Skip to content

Commit e1f8958

Browse files
committed
Fixing redirect attempt
1 parent ace6909 commit e1f8958

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

redirects/openpublishing.redirection.spatial-anchors.json renamed to redirects/.openpublishing.redirection.spatial-anchors.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,27 @@
22
"redirections": [
33
{
44
"source_path_from_root": "/articles/spatial-anchors/unity-overview.md",
5-
"redirect_url": "/azure/spatial-anchors/quickstarts/get-started-unity-hololens",
5+
"redirect_url": "https://learn.microsoft.com/azure/?product=mixed-reality",
66
"redirect_document_id": false
77
},
88
{
99
"source_path_from_root": "/articles/spatial-anchors/concepts/create-locate-anchors-cpp-ndk.md",
10-
"redirect_url": "/azure/spatial-anchors/how-tos/create-locate-anchors-cpp-ndk",
10+
"redirect_url": "https://learn.microsoft.com/azure/?product=mixed-reality",
1111
"redirect_document_id": false
1212
},
1313
{
1414
"source_path_from_root": "/articles/spatial-anchors/concepts/create-locate-anchors-cpp-winrt.md",
15-
"redirect_url": "/azure/spatial-anchors/how-tos/create-locate-anchors-cpp-winrt",
15+
"redirect_url": "https://learn.microsoft.com/azure/?product=mixed-reality",
1616
"redirect_document_id": false
1717
},
1818
{
1919
"source_path_from_root": "/articles/spatial-anchors/concepts/create-locate-anchors-unity.md",
20-
"redirect_url": "/azure/spatial-anchors/how-tos/create-locate-anchors-unity",
20+
"redirect_url": "https://learn.microsoft.com/azure/?product=mixed-reality",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path_from_root": "/articles/spatial-anchors/concepts/anchor-locate-strategy.md",
25+
"redirect_url": "https://learn.microsoft.com/azure/?product=mixed-reality",
2126
"redirect_document_id": false
2227
}
2328
]

0 commit comments

Comments
 (0)