Skip to content

Commit 61b6c1a

Browse files
committed
Fixed redirection targets and keep doc ID
1 parent d299069 commit 61b6c1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/load-testing/.openpublishing.redirection.azure-load-testing.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
},
88
{
99
"source_path_from_root": "/articles/load-testing/tutorial-cicd-azure-pipelines.md",
10-
"redirect_url": "/azure/load-testing/tutorial-identify-performance-regression-with-cicd.md",
11-
"redirect_document_id": false
10+
"redirect_url": "/azure/load-testing/tutorial-identify-performance-regression-with-cicd",
11+
"redirect_document_id": true
1212
},
1313
{
1414
"source_path_from_root": "/articles/load-testing/tutorial-cicd-github-actions.md",
15-
"redirect_url": "/azure/load-testing/tutorial-identify-performance-regression-with-cicd.md",
16-
"redirect_document_id": false
15+
"redirect_url": "/azure/load-testing/tutorial-identify-performance-regression-with-cicd",
16+
"redirect_document_id": true
1717
}
1818
]
1919
}

0 commit comments

Comments
 (0)