We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c73e5d commit 68fa2f9Copy full SHA for 68fa2f9
docs/dev/design/redirects.rst
@@ -169,7 +169,7 @@ Normalize paths with trailing slashes
169
Currently, if users want to redirect a path with a trailing slash and without it,
170
they need to create two separate redirects (``/page/`` and ``/page``).
171
172
-We can simplify this by normalizing the path before matching it.
+We can simplify this by normalizing the path before matching it, or before saving it.
173
174
For example:
175
0 commit comments