From 4796d000b77760b72da3fc9ed1acafa054e041ff Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 1 May 2023 16:32:04 +0200 Subject: Docs: API fix link and spelling in adding a server --- docs/src/api/letsbuildaclient.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/src/api/letsbuildaclient.md') diff --git a/docs/src/api/letsbuildaclient.md b/docs/src/api/letsbuildaclient.md index bfb9258..c5421e7 100644 --- a/docs/src/api/letsbuildaclient.md +++ b/docs/src/api/letsbuildaclient.md @@ -44,11 +44,11 @@ We get a big JSON blob, so which format is this? From the Go documentation: > DiscoServers gets the servers from discovery, returned as types/discovery/discovery.go Servers marshalled as JSON -If you follow these files, you see two structs, Servers and Organizations. These structs have json tags associated with them. You can use this structure to figure out how to parse the returned data. In case of discovery, it's very similar to the discovery files from https://disco.eduvpn.org/v2 +If you follow these files, you see two structs, Servers and Organizations. These structs have json tags associated with them. You can use this structure to figure out how to parse the returned data. In case of discovery, it's very similar to the [JSON files from the discovery server](https://disco.eduvpn.org/v2) ## Adding a server -The next bullet point that we will do in the folow is: +The next bullet point that we implement is the following: > From this discovery list, it calls AddServer to add the server to the internal server list of eduvpn-common. This also calls necessary state transitions, e.g. for authorizing the server. The next call to ServerList then has this server included -- cgit v1.2.3