Skip to content

Commit 2eff398

Browse files
authored
Fixed a missing slash in redirection rules
Fixed a missing slash for the rule "Dev Home --> Dev Diagnostics" to make sure it works properly.
1 parent 6aa6fa1 commit 2eff398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.openpublishing.redirection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8277,7 +8277,7 @@
82778277
},
82788278
{
82798279
"source_path": "hub/dev-home/project-ironsides.md",
8280-
"redirect_url": "windows/dev-home/dev-diagnostics",
8280+
"redirect_url": "/windows/dev-home/dev-diagnostics",
82818281
"redirect_document_id": false
82828282
}
82838283
]

0 commit comments

Comments
 (0)