From: Denilson Sá Maia Date: Sun, 10 Oct 2021 23:34:18 +0000 (+0200) Subject: Fixing broken link to docker CLI basics X-Git-Tag: ngx-1.6.0-rc1~117^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F29%2Fhead;p=thirdparty%2Fpaperless-ngx.git Fixing broken link to docker CLI basics The old post is still archived: https://web.archive.org/web/20210218064256/https://sehn.tech/post/devops-with-docker/ The content seems to have moved to a new URL: https://www.sehn.tech/refs/devops-with-docker/ --- diff --git a/docs/setup.rst b/docs/setup.rst index 99c910cf22..933401d6ff 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -89,7 +89,7 @@ You can go multiple routes to setup and run Paperless: The Docker routes are quick & easy. These are the recommended routes. This configures all the stuff from the above automatically so that it just works and uses sensible defaults for all configuration options. -Here you find a cheat-sheet for docker beginners: `CLI Basics `_ +Here you find a cheat-sheet for docker beginners: `CLI Basics `_ The bare metal route is complicated to setup but makes it easier should you want to contribute some code back. You need to configure and @@ -99,7 +99,7 @@ The ansible route combines benefits of both options: the setup process is fully automated, reproducible and `idempotent `_, it includes the same sensible defaults, and it simultaneously provides the flexibility of a bare metal installation. -.. _CLI Basics: https://sehn.tech/post/devops-with-docker/ +.. _CLI Basics: https://www.sehn.tech/refs/devops-with-docker/ .. _idempotent: https://docs.ansible.com/ansible/latest/reference_appendices/glossary.html#Idempotency .. _setup-docker_script: