From 56c2dc08e339380d080dba92a13883513250c8df Mon Sep 17 00:00:00 2001 From: maxlath Date: Sat, 17 May 2025 12:22:33 +0200 Subject: [PATCH] update links after codeberg migration --- README.md | 2 +- scripts/docker_publish.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cba217..dde3bcb 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ docker compose up inventaire Before updating to the latest version, check that there are no breaking changes. You can find your current version number by visiting fetching the URL `/api/config` on your domain (example: https://inventaire.io/api/config). You can find details about the changes since your version on this page: /home/maxlath/code/inventaire/inventaire/CHANGELOG.md. -For changes marked to require data transformation, [some knowledge of CouchDB is recommended](https://docs.couchdb.org/en/stable/intro/index.html), as well as familiarizing yourself with the [recommanded way to export, transform and reimport data in CouchDB](https://github.com/inventaire/inventaire/blob/main/docs/administration/couchdb_data_transformations.md). +For changes marked to require data transformation, [some knowledge of CouchDB is recommended](https://docs.couchdb.org/en/stable/intro/index.html), as well as familiarizing yourself with the [recommanded way to export, transform and reimport data in CouchDB](https://git.inventaire.io/inventaire/src/branch/main/docs/administration/couchdb_data_transformations.md). ```sh cd docker-inventaire diff --git a/scripts/docker_publish.sh b/scripts/docker_publish.sh index edd099c..8bb6a5f 100755 --- a/scripts/docker_publish.sh +++ b/scripts/docker_publish.sh @@ -6,7 +6,7 @@ cwd="$PWD" cd ./inventaire -version=$(curl -s https://api.github.com/repos/inventaire/inventaire/tags | jq -r '.[].name' | head -n1 | sed 's/^v//') +version=$(curl -s https://codeberg.org/api/v1/repos/inventaire/inventaire/tags | jq -r '.[].name' | head -n1 | sed 's/^v//') echo -e "Latest version number found: \e[0;32m${version}\e[0m"