Skip to content

Commit 0a28c9b

Browse files
committed
Fix cross links
1 parent 1bfd3eb commit 0a28c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/crosslinker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def generate_conf_for_crosslinks(linker, crosslinks):
156156
# evalutes to true, the immediately next RewriteRule
157157
# is triggered.
158158
lines = [
159-
f'RewriteCond %%{{REQUEST_URI}} !^\\/goto\\/{linker.TOOL_NAME}\\/.*$\n',
159+
f'RewriteCond %{{REQUEST_URI}} !^\\/goto\\/{linker.TOOL_NAME}\\/.*$\n',
160160
# The S=12345 means skip the next 12345 lines. This
161161
# rule is only triggered if the RewriteCond above
162162
# evaluates to true. Think of this as a fancy GOTO.

0 commit comments

Comments
 (0)