summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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..."