follow service page renames authored by anarcat's avatar anarcat
......@@ -81,7 +81,7 @@ page](https://gitlab.torproject.org/tpo/tpa/wiki-replica/-/tree/master/service),
It is preferable to edit the wiki through the [wiki replica][]. This
ensures both the replica and the wiki are in sync, as the replica is
configured to mirror its changes to the wiki. (See the [GitLab
documentation for how this was setup](howto/gitlab#accepting-merge-requests-on-wikis).)
documentation for how this was setup](service/gitlab#accepting-merge-requests-on-wikis).)
To make changes there, just clone and push to this git repository:
......@@ -407,7 +407,7 @@ or:
https://gitlab.torproject.org/tpo/tpa/team.wiki.git
If you can't find the GitLab documentation in the wiki, you can try to
read the [latest copy in the wayback machine](https://web.archive.org/web/2/https://gitlab.torproject.org/tpo/tpa/team/-/wikis/howto/gitlab/).
read the [latest copy in the wayback machine](https://web.archive.org/web/2/https://gitlab.torproject.org/tpo/tpa/team/-/wikis/service/gitlab/).
If GitLab is down for an extended period of time and you still want to
collaborate over documentation, push the above git repository to
......@@ -617,7 +617,7 @@ documentation (systems) and possible solutions.
### Redundancy
The current TPA documentation system is a GitLab wiki, but used to be
a fairly old [ikiwiki][] site, part of the [static site system](howto/static-component).
a fairly old [ikiwiki][] site, part of the [static site system](service/static-component).
As part of the ikiwiki migration, that level of redundancy was lost:
if GitLab goes down, the wiki goes down, along with the
......@@ -882,7 +882,7 @@ nice touch. It found this:
WARNING - Documentation file 'howto.md' contains a link to 'old/new-machine.orig' which is not found in the documentation files.
WARNING - Documentation file 'old.md' contains a link to 'old/new-machine.orig' which is not found in the documentation files.
WARNING - Documentation file 'howto/new-machine.md' contains a link to 'howto/install.drawio' which is not found in the documentation files.
WARNING - Documentation file 'howto/rt.md' contains a link to 'howto/org/operations/Infrastructure/rt.torproject.org' which is not found in the documentation files.
WARNING - Documentation file 'service/rt.md' contains a link to 'howto/org/operations/Infrastructure/rt.torproject.org' which is not found in the documentation files.
WARNING - Documentation file 'policy/tpa-rfc-1-policy.md' contains a link to 'policy/workflow.png' which is not found in the documentation files.
WARNING - Documentation file 'policy/tpa-rfc-9-proposed-process.md' contains a link to 'policy/workflow.png' which is not found in the documentation files.
WARNING - Documentation file 'service/forum.md' contains a link to 'service/team@discourse.org' which is not found in the documentation files.
......@@ -931,7 +931,7 @@ we want that.
### Testing
To use those tests, wikis need to be backed by a GitLab project (see
[Accepting merge requests on wikis](howto/gitlab#accepting-merge-requests-on-wikis)), as it is not (currently)
[Accepting merge requests on wikis](service/gitlab#accepting-merge-requests-on-wikis)), as it is not (currently)
possible to run CI on changes in GitLab wikis.
* GitLab has a [test suite](https://docs.gitlab.com/ee/development/documentation/testing.html) for their documentation which:
......
......