Skip to content

Commit 54977ea

Browse files
committed
fix(docs[redirects]): remove dirhtml-conflicting redirect entries
why: With dirhtml builder, source files like X.md and X/index.md both produce X/index.html. Redirects between them cause rediraffe conflicts ("already exists" warnings that fail the build). what: - Comment out redirect entries where source and target produce the same dirhtml output path
1 parent f0c038c commit 54977ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/redirects.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"api/hg.md" "projects/hg.md"
55
"api/svn.md" "projects/svn.md"
66
"developing.md" "contributing/index.md"
7-
"contributing/internals.md" "contributing/internals/index.md"
7+
# "contributing/internals.md" "contributing/internals/index.md" # dirhtml: same output path
88
"contributing/internals/exc.md" "internals/exc.md"
99
"contributing/internals/index.md" "internals/index.md"
1010
"contributing/internals/query_list.md" "internals/query_list.md"
@@ -20,4 +20,4 @@
2020
"projects/git.md" "sync/git.md"
2121
"projects/hg.md" "sync/hg.md"
2222
"projects/svn.md" "sync/svn.md"
23-
"cmd/git.md" "cmd/git/index.md"
23+
# "cmd/git.md" "cmd/git/index.md" # dirhtml: same output path

0 commit comments

Comments
 (0)