diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-11-21 15:57:12 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-11-21 16:06:22 +0100 |
| commit | a587163c822e80527f6acc78c1edac3410327854 (patch) | |
| tree | 15ddd4ee5e2f7af01eeef98fb4adc4bd6c651776 /docs/src/gettingstarted/building/go.md | |
| parent | 72edbfe5d2d51b7dbaaa6ac6fe96cfbd43b60069 (diff) | |
Replace all links from GitHub to Codeberg
Diffstat (limited to 'docs/src/gettingstarted/building/go.md')
| -rw-r--r-- | docs/src/gettingstarted/building/go.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
