service/static-shim: add missing link authored by Jérôme Charaoui's avatar Jérôme Charaoui
...@@ -507,7 +507,7 @@ by Trocla, although only the newer versions support that ...@@ -507,7 +507,7 @@ by Trocla, although only the newer versions support that
functionality, and that version is not currently available in Debian. functionality, and that version is not currently available in Debian.
A [previous design](#webhook-deployment) involved a webhook written in Python, but now most A [previous design](#webhook-deployment) involved a webhook written in Python, but now most
of the business logic resides in a [`static-shim-deploy.yml` template] of the business logic resides in a [`static-shim-deploy.yml` template][]
template which is basically a shell script embedded in a YAML template which is basically a shell script embedded in a YAML
file. (We have considered taking this out of the template and writing file. (We have considered taking this out of the template and writing
a proper Python script, but then users would have to copy that script a proper Python script, but then users would have to copy that script
...@@ -521,6 +521,7 @@ The CI hooks are deployed by users, which will typically include the ...@@ -521,6 +521,7 @@ The CI hooks are deployed by users, which will typically include the
above template in their own `.gitlab-ci.yml` file. above template in their own `.gitlab-ci.yml` file.
[static mirror system]: howto/static-component [static mirror system]: howto/static-component
[`static-shim-deploy.yml` template]: https://gitlab.torproject.org/tpo/tpa/ci-templates/-/blob/main/static-shim-deploy.yml
### Storage ### Storage
... ...
......