Skip to content

Commit 2fd2568

Browse files
committed
Added redirection file and fixed broken links
1 parent c35bc96 commit 2fd2568

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path": "articles/dev-box/quickstart-connect-to-dev-box-with-remote-desktop-app.md",
5+
"redirect_url": "/azure/dev-box/tutorial-connect-to-dev-box-with-remote-desktop-app",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/dev-box/quickstart-configure-dev-box-project.md",
10+
"redirect_url": "/azure/dev-box/quickstart-configure-dev-box-service",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/dev-box/cli-reference-subset.md",
15+
"redirect_url": "https://aka.ms/CLI-reference",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/articles/dev-box/how-to-manage-dev-boxes.md",
20+
"redirect_url": "/azure/dev-box/how-to-create-dev-boxes-developer-portal",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path_from_root": "/articles/dev-box/how-to-manage-stop-schedule.md",
25+
"redirect_url": "/azure/dev-box/how-to-configure-stop-schedule",
26+
"redirect_document_id": false
27+
},
28+
{
29+
"source_path_from_root": "/articles/dev-box/how-to-manage-network-connection.md",
30+
"redirect_url": "/azure/dev-box/how-to-configure-network-connections",
31+
"redirect_document_id": false
32+
}
33+
]
34+
}

articles/dev-box/how-to-configure-network-connections.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,6 @@ The network connection is no longer available for use in the dev center.
199199

200200
## Next steps
201201

202-
- [Quickstart: Configure a Microsoft Dev Box Preview project](./quickstart-configure-dev-box-project.md)
202+
- [Manage a dev box definition](how-to-manage-dev-box-definitions.md)
203+
- [Manage a dev box pool](how-to-manage-dev-box-pools.md)
204+
- [Manage a dev box project](how-to-manage-dev-box-projects.md)

0 commit comments

Comments
 (0)