Skip to content

Commit a9c6794

Browse files
fix: 🐛 add redirection for renamed file (#10748)
- previous PR renamed file, creating possible broken link - this adds redirection to new URL, addressing finding in the repo's automated build check - fixes regression introduced in PR #10735
1 parent 0437af5 commit a9c6794

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,11 @@
269269
"source_path": "docs/embedded/concepts/app-concepts/register-api-documentation.md",
270270
"redirect_url": "/sharepoint/dev/embedded/getting-started/register-api-documentation",
271271
"redirect_document_id": false
272+
},
273+
{
274+
"source_path": "docs/spfx/office-ui-fabric-integration.md",
275+
"redirect_url": "/sharepoint/dev/spfx/fluent-ui-integration",
276+
"redirect_document_id": false
272277
}
273278
]
274279
}

0 commit comments

Comments
 (0)