We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d687a0 commit fddfd4aCopy full SHA for fddfd4a
README.md
@@ -7,7 +7,7 @@ Sphinx Extension to redirect files
7

8
9
This sphinx extension redirects non-existent pages to working pages.
10
-Additionally, a builder is provided to check that deleted/renamed files in your git repo are redirected.
+Additionally, a builder is provided to check that deleted/renamed files in your git repo are redirected.
11
12
Rediraffe supports the html and dirhtml builders.
13
@@ -69,6 +69,7 @@ rediraffe_redirects = "redirects.txt"
69
70
redirects.txt:
71
```
72
+# comments start with "#"
73
"another file.rst" index.rst
74
another2.rst 'another file.rst'
75
0 commit comments