]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update docs/advanced_usage.rst 622/head
authorfantasticle <84633558+fantasticle@users.noreply.github.com>
Sat, 2 Apr 2022 16:25:56 +0000 (18:25 +0200)
committerGitHub <noreply@github.com>
Sat, 2 Apr 2022 16:25:56 +0000 (18:25 +0200)
Co-authored-by: Felix E <felix@eckhofer.com>
docs/advanced_usage.rst

index 48199b2c65a4122e0e047889763367285eaa2dd0..b50107003f06e3e7e24bbea27c292d2dd9337399 100644 (file)
@@ -199,7 +199,7 @@ Troubleshooting:
 - Check your script's permission e.g. in case of permission error ``sudo chmod 755 post-consumption-example.sh``
 - Pipe your scripts's output to a log file e.g. ``echo "${DOCUMENT_ID}" | tee --append /usr/src/paperless/scripts/post-consumption-example.log``
 
-.. _post-consumption-example.sh: https://github.com/paperless-ngx/paperless-ngx/blob/master/scripts/post-consumption-example.sh
+.. _post-consumption-example.sh: https://github.com/paperless-ngx/paperless-ngx/blob/main/scripts/post-consumption-example.sh
 
 .. _advanced-file_name_handling: