Skip to content

Commit 348d2b0

Browse files
attempt to fix redirects
1 parent 3560d44 commit 348d2b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/_redirects.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ redirects:
2323
anchors:
2424
'removed-anchor':
2525
# Related to https://github.com/elastic/docs-builder/pull/1614
26-
'docs/contribute/cumulative-docs.md': 'contribute/cumulative-docs/index.md'
27-
'docs/versions/content-patterns.md': 'contribute/cumulative-docs/example-scenarios.md'
28-
'docs/versions/index.md': 'contribute/cumulative-docs/index.md'
26+
'contribute/cumulative-docs.md': 'contribute/cumulative-docs/index.md'
27+
'versions/content-patterns.md': 'contribute/cumulative-docs/example-scenarios.md'
28+
'versions/index.md': 'contribute/cumulative-docs/index.md'
2929
# I shouldn't need to do this should I?
30-
'docs/versions/_snippets/content-patterns-list.md': 'contribute/cumulative-docs/_snippets/content-patterns-list.md'
30+
'versions/_snippets/content-patterns-list.md': 'contribute/cumulative-docs/index.md'

0 commit comments

Comments
 (0)