diff --git a/HACKING.md b/HACKING.md index d69b85f50..422d0a080 100644 --- a/HACKING.md +++ b/HACKING.md @@ -66,7 +66,7 @@ and requires about 4.5 GB of disk space. 1. Checkout FreedomBox Service (Plinth) source code using Git. ```bash - host$ git clone https://salsa.debian.org/freedombox-team/plinth.git + host$ git clone https://salsa.debian.org/freedombox-team/freedombox.git host$ cd plinth ``` @@ -265,12 +265,12 @@ vm$ make -C doc ## Repository FreedomBox Service (Plinth) is available from -[salsa.debian.org](https://salsa.debian.org/freedombox-team/plinth). +[salsa.debian.org](https://salsa.debian.org/freedombox-team/freedombox). ## Bugs & TODO You can report bugs on FreedomBox Service's (Plinth's) [issue -tracker](https://salsa.debian.org/freedombox-team/plinth/issues). +tracker](https://salsa.debian.org/freedombox-team/freedombox/issues). See CONTRIBUTING.md for information how to best contribute code. diff --git a/README.md b/README.md index ecc23fc6a..1886ed995 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[](https://salsa.debian.org/freedombox-team/plinth/commits/master) +[](https://salsa.debian.org/freedombox-team/freedombox/commits/master) [](https://hosted.weblate.org/engage/freedombox/?utm_source=widget) [](https://packages.debian.org/unstable/freedombox) [](https://packages.debian.org/testing/freedombox) @@ -58,7 +58,7 @@ HACKING.md. # Contributing -See the [HACKING.md](https://salsa.debian.org/freedombox-team/plinth/blob/master/HACKING.md) file for contributing to FreedomBox Service (Plinth). +See the [HACKING.md](https://salsa.debian.org/freedombox-team/freedombox/blob/master/HACKING.md) file for contributing to FreedomBox Service (Plinth). # Localization diff --git a/debian/control b/debian/control index b92d90825..582b043e0 100644 --- a/debian/control +++ b/debian/control @@ -46,9 +46,9 @@ Build-Depends: xmlto, xsltproc Standards-Version: 4.5.0 -Homepage: https://salsa.debian.org/freedombox-team/plinth -Vcs-Git: https://salsa.debian.org/freedombox-team/plinth.git -Vcs-Browser: https://salsa.debian.org/freedombox-team/plinth +Homepage: https://salsa.debian.org/freedombox-team/freedombox +Vcs-Git: https://salsa.debian.org/freedombox-team/freedombox.git +Vcs-Browser: https://salsa.debian.org/freedombox-team/freedombox Rules-Requires-Root: no Package: freedombox diff --git a/debian/copyright b/debian/copyright index 81a08f4a7..018d9095f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Source: https://salsa.debian.org/freedombox-team/plinth +Source: https://salsa.debian.org/freedombox-team/freedombox Files: * static/themes/default/icons/coquelicot.svg diff --git a/doc/plinth.xml b/doc/plinth.xml index 9ff96443b..191ffaa6c 100644 --- a/doc/plinth.xml +++ b/doc/plinth.xml @@ -209,7 +209,7 @@
{% blocktrans trimmed %} If you find any bugs or issues, please use the issue tracker to let our developers know. To report, first check if the issue is already reported and then use the "New issue" button. diff --git a/plinth/modules/help/templates/statuslog.html b/plinth/modules/help/templates/statuslog.html index 06d472a39..895aec912 100644 --- a/plinth/modules/help/templates/statuslog.html +++ b/plinth/modules/help/templates/statuslog.html @@ -13,7 +13,7 @@ {% blocktrans trimmed %} These are the last {{ num_lines }} lines of the status log for this web interface. If you want to report a bug, please use the bug + href="https://salsa.debian.org/freedombox-team/freedombox/issues">bug tracker and attach this status log to the bug report. {% endblocktrans %}
diff --git a/plinth/templates/404.html b/plinth/templates/404.html index 2f6647d40..631dddfc4 100644 --- a/plinth/templates/404.html +++ b/plinth/templates/404.html @@ -19,7 +19,7 @@ {% blocktrans trimmed %} If you believe this missing page should exist, please file a bug at the FreedomBox Service (Plinth) project issue + href="https://salsa.debian.org/freedombox-team/freedombox/issues">issue tracker. {% endblocktrans %} diff --git a/plinth/templates/500.html b/plinth/templates/500.html index b3fe29d72..df90448d8 100644 --- a/plinth/templates/500.html +++ b/plinth/templates/500.html @@ -14,7 +14,7 @@ {% blocktrans trimmed %} This is an internal error and not something you caused or can fix. Please report the error on the bug + href="https://salsa.debian.org/freedombox-team/freedombox/issues">bug tracker so we can fix it. Also, please attach the status log to the bug report. {% endblocktrans %}