From e6bb5aac880fa0e71c1d81d4860d456424f622bc Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 20 Sep 2022 15:14:33 +0200 Subject: Module: Move to eduvpn/eduvpn-common --- docs/src/api/go/README.md | 2 +- docs/src/api/go/example.md | 2 +- docs/src/api/python/example.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/src/api') 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 diff --git a/docs/src/api/python/example.md b/docs/src/api/python/example.md index f371b68..906a3ca 100644 --- a/docs/src/api/python/example.md +++ b/docs/src/api/python/example.md @@ -1,6 +1,6 @@ # Example with comments -This is an example that can also be found [in the repository](https://github.com/jwijenbergh/eduvpn-common/blob/main/wrappers/python/main.py). It gets a config from an Institute Access server with support for multiple profiles. +This is an example that can also be found [in the repository](https://github.com/eduvpn/eduvpn-common/blob/main/wrappers/python/main.py). It gets a config from an Institute Access server with support for multiple profiles. ```python {{#include ../../../../wrappers/python/main.py}} -- cgit v1.2.3