summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-05-07 11:27:42 +0200
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-05-07 11:27:42 +0200
commit733f1892dcee4061b9a5d6224d5822d5da1312f8 (patch)
tree83eac7471e0de136ab83391e6622837cf8d52799
parentc955a0410d9ed810c2f453900ba7fda33f11e79f (diff)
All: Update Weblate URL
-rw-r--r--README.md2
-rwxr-xr-xupdate_translation.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e8b6b51..91b889e 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ The documentation for this library can be found at [Codeberg pages](https://eduv
Contributions are welcome. Helping with translations can be done on weblate:
<a href="https://hosted.weblate.org/engage/eduvpn-common/">
-<img src="https://hosted.weblate.org/widget/eduvpn-common/eduvpn-common/multi-auto.svg" alt="Translation status" />
+<img src="https://hosted.weblate.org/widget/eduvpn/eduvpn-common/multi-auto.svg" alt="Translation status" />
</a>
## License
diff --git a/update_translation.sh b/update_translation.sh
index 4eb51fa..18af62a 100755
--- a/update_translation.sh
+++ b/update_translation.sh
@@ -10,7 +10,7 @@ trap 'rm -rf -- "$tempdir"' EXIT
pushd "$tempdir" >/dev/null
echo "Getting translations..."
-wget -q -O translation.zip "https://hosted.weblate.org/download/eduvpn-common/eduvpn-common/?format=zip"
+wget -q -O translation.zip "https://hosted.weblate.org/download/eduvpn/eduvpn-common/?format=zip"
unzip -q translation.zip
echo "Copying translations..."