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/go.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src/gettingstarted/building/go.md') 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 -- cgit v1.2.3