From a587163c822e80527f6acc78c1edac3410327854 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 21 Nov 2024 15:57:12 +0100 Subject: Replace all links from GitHub to Codeberg --- docs/src/gettingstarted/building/example.md | 2 +- docs/src/gettingstarted/building/go.md | 2 +- docs/src/gettingstarted/building/release.md | 4 ++-- docs/src/gettingstarted/testing.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/src/gettingstarted') diff --git a/docs/src/gettingstarted/building/example.md b/docs/src/gettingstarted/building/example.md index 902b419..58b1302 100644 --- a/docs/src/gettingstarted/building/example.md +++ b/docs/src/gettingstarted/building/example.md @@ -3,7 +3,7 @@ This section gives an example on how to build and install the library from scrat 1. Clone the library ```bash -git clone https://github.com/eduvpn/eduvpn-common +git clone https://codeberg.org/eduVPN/eduvpn-common ``` 2. Go to the library directory diff --git a/docs/src/gettingstarted/building/go.md b/docs/src/gettingstarted/building/go.md index 65d3c26..c120c0a 100644 --- a/docs/src/gettingstarted/building/go.md +++ b/docs/src/gettingstarted/building/go.md @@ -29,7 +29,7 @@ make clean ``` ## Note on releases -Releases are build with the go tag "release" (add flag "-tags=release") to bundle the discovery JSON files and embed them in the shared library. See the [make_release](https://github.com/eduvpn/eduvpn-common/blob/main/make_release.sh) script on how we bundle the files. A full command without the Makefile to build this library is: +Releases are build with the go tag "release" (add flag "-tags=release") to bundle the discovery JSON files and embed them in the shared library. See the [make_release](https://codeberg.org/eduVPN/eduvpn-common/src/branch/main/make_release.sh) script on how we bundle the files. A full command without the Makefile to build this library is: ```bash go build -o lib/libeduvpn_common-${VERSION}.so -tags=release -buildmode=c-shared ./exports diff --git a/docs/src/gettingstarted/building/release.md b/docs/src/gettingstarted/building/release.md index a0893ea..5c5e4e1 100644 --- a/docs/src/gettingstarted/building/release.md +++ b/docs/src/gettingstarted/building/release.md @@ -1,8 +1,8 @@ # Building for release -To build for release, make sure you obtain the tarball artifacts in the release (ending with `.tar.xz`) at . +To build for release, make sure you obtain the tarball artifacts in the release (ending with `.tar.xz`) at . -These are signed with minisign and gpg keys, make sure to verify these signatures using the public keys available here: , they are also available externally: +These are signed with minisign and gpg keys, make sure to verify these signatures using the public keys available here: , they are also available externally: - - diff --git a/docs/src/gettingstarted/testing.md b/docs/src/gettingstarted/testing.md index b072849..a3ed87d 100644 --- a/docs/src/gettingstarted/testing.md +++ b/docs/src/gettingstarted/testing.md @@ -13,7 +13,7 @@ Note that this runs the tests without any server interaction (so for now only th SERVER_URI="eduvpn.example.com" PORTAL_USER="example" PORTAL_PASS="example" make test ``` -This needs [python3-selenium](https://selenium-python.readthedocs.io/) and [geckodriver](https://github.com/mozilla/geckodriver/releases) (extract and put in your `$PATH`). Note that testing with a server assumes it uses a default portal, due to it needing to click on buttons on the web page. You can add your own portal by customizing the [called Selenium script](https://github.com/eduvpn/eduvpn-common/blob/main/selenium_eduvpn.py). +This needs [python3-selenium](https://selenium-python.readthedocs.io/) and [geckodriver](https://github.com/mozilla/geckodriver/releases) (extract and put in your `$PATH`). Note that testing with a server assumes it uses a default portal, due to it needing to click on buttons on the web page. You can add your own portal by customizing the [called Selenium script](https://codeberg.org/eduVPN/eduvpn-common/src/branch/main/selenium_eduvpn.py). If you have [Docker](https://www.docker.com/get-started/) installed and [Docker-compose](https://docs.docker.com/compose/install/) you can use a convenient helper script which starts up two containers - An eduVPN server for testing -- cgit v1.2.3