From 6cc2fa5306cf4741a5a5320644fa628f351f52f3 Mon Sep 17 00:00:00 2001 From: fantasticle <84633558+fantasticle@users.noreply.github.com> Date: Sat, 2 Apr 2022 15:56:03 +0200 Subject: [PATCH] fix 404 for post-consumption-example still pointed to jonas' repository --- docs/advanced_usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced_usage.rst b/docs/advanced_usage.rst index a727c94f8..48199b2c6 100644 --- a/docs/advanced_usage.rst +++ b/docs/advanced_usage.rst @@ -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/jonaswinkler/paperless-ngx/blob/master/scripts/post-consumption-example.sh +.. _post-consumption-example.sh: https://github.com/paperless-ngx/paperless-ngx/blob/master/scripts/post-consumption-example.sh .. _advanced-file_name_handling: