From 4b79e3ac2f8ede895b6242adf3fc35e45b1cf908 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 1 May 2023 16:39:55 +0200 Subject: Docs: Small typos --- docs/src/api/letsbuildaclient.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src/api/letsbuildaclient.md') diff --git a/docs/src/api/letsbuildaclient.md b/docs/src/api/letsbuildaclient.md index c5421e7..5cf668c 100644 --- a/docs/src/api/letsbuildaclient.md +++ b/docs/src/api/letsbuildaclient.md @@ -44,7 +44,7 @@ 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 [JSON files from the discovery server](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 -- cgit v1.2.3