diff options
Diffstat (limited to 'docs/src/api/go')
| -rw-r--r-- | docs/src/api/go/README.md | 2 | ||||
| -rw-r--r-- | docs/src/api/go/example.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/api/go/README.md b/docs/src/api/go/README.md index 6106f1e..e27a247 100644 --- a/docs/src/api/go/README.md +++ b/docs/src/api/go/README.md @@ -2,7 +2,7 @@ The API that has no additional wrapper code is the Go API. To begin to use the Go library in a Go client you first need to import it: ```go -import "github.com/jwijenbergh/eduvpn-common" +import "github.com/eduvpn/eduvpn-common" ``` This brings the library into scope using the eduvpn-common prefix. diff --git a/docs/src/api/go/example.md b/docs/src/api/go/example.md index 0ed7d02..82baad8 100644 --- a/docs/src/api/go/example.md +++ b/docs/src/api/go/example.md @@ -1,5 +1,5 @@ # Example with comments -The following is an example [in the repository](https://github.com/jwijenbergh/eduvpn-common/blob/main/cmd/cli/main.go). It is a command line client with the following flags +The following is an example [in the repository](https://github.com/eduvpn/eduvpn-common/blob/main/cmd/cli/main.go). It is a command line client with the following flags ``` -get-institute string The url of an institute to connect to |
