From b489f4de12dd3eb08efd5a91a44212211089ca09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Thu, 28 May 2020 01:51:16 +0200 Subject: [PATCH] fix internal links in configuration.rst --- docs/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index a0c44619..e4c305b3 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -136,7 +136,7 @@ Default ``"auto"`` Example | ``"/!? (){}"`` | ``{" ": "_", "/": "-", "|": "-", ":": "-", "*": "+"}`` Description | A string of characters to be replaced with the value of - `path-replace `__ + `path-replace `__ | or an object mapping invalid/unwanted characters to their replacements | for generated path segment names. @@ -158,7 +158,7 @@ extractor.*.path-replace Type ``string`` Default ``"_"`` Description The replacement character(s) for - `path-restrict `__ + `path-restrict `__ =========== =====