forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.openpublishing.redirection.json
84 lines (84 loc) · 3.14 KB
/
.openpublishing.redirection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"redirections": [
{
"source_path_from_root": "/docs/about/index.md",
"redirect_url": "/dotnet/standard/index"
},
{
"source_path_from_root": "/docs/about/products.md",
"redirect_url": "/dotnet/standard/components"
},
{
"source_path_from_root": "/docs/azure/authentication.md",
"redirect_url": "/dotnet/azure/sdk/authentication"
},
{
"source_path_from_root": "/docs/azure/dependency-injection.md",
"redirect_url": "/dotnet/azure/sdk/dependency-injection"
},
{
"source_path_from_root": "/docs/cli-preview3/tools/dotnet-nuget-delete.md",
"redirect_url": "/dotnet/core/tools/dotnet-nuget-delete"
},
{
"source_path_from_root": "/docs/cli-preview3/tools/dotnet-nuget-locals.md",
"redirect_url": "/dotnet/core/tools/dotnet-nuget-locals"
},
{
"source_path_from_root": "/docs/compatibility/baseline-version-validator.md",
"redirect_url": "/dotnet/fundamentals/package-validation/baseline-version-validator"
},
{
"source_path_from_root": "/docs/compatibility/compatibility-suppressions.md",
"redirect_url": "/dotnet/fundamentals/package-validation/overview"
},
{
"source_path_from_root": "/docs/compatibility/compatible-framework-in-package-validator.md",
"redirect_url": "/dotnet/fundamentals/package-validation/compatible-framework-in-package-validator"
},
{
"source_path_from_root": "/docs/compatibility/compatible-framework-validator.md",
"redirect_url": "/dotnet/fundamentals/package-validation/compatible-framework-validator"
},
{
"source_path_from_root": "/docs/compatibility/diagnostic-ids.md",
"redirect_url": "/dotnet/fundamentals/package-validation/diagnostic-ids"
},
{
"source_path_from_root": "/docs/compatibility/package-validation.md",
"redirect_url": "/dotnet/fundamentals/package-validation/overview"
},
{
"source_path_from_root": "/docs/scenarios/index.md",
"redirect_url": "/dotnet/core/tutorials/"
},
{
"source_path_from_root": "/docs/scenarios/solution-authoring/index.md",
"redirect_url": "/dotnet/core/tutorials/"
},
{
"source_path_from_root": "/docs/scenarios/solution-authoring/target-dotnetcore-with-msbuild.md",
"redirect_url": "/dotnet/core/tools/dotnet-migrate"
},
{
"source_path_from_root": "/docs/spark/tutorials/ml-sentment-analysis.md",
"redirect_url": "/dotnet/spark/tutorials/ml-sentiment-analysis"
},
{
"source_path_from_root": "/docs/standard/about.md",
"redirect_url": "/dotnet/standard/index"
},
{
"source_path_from_root": "/docs/tutorials/getting-started-with-csharp/microservices.md",
"redirect_url": "/dotnet/core/docker/"
},
{
"source_path_from_root": "/docs/tutorials/getting-started-with-csharp/working-with-linq.md",
"redirect_url": "/dotnet/csharp/tutorials/working-with-linq"
},
{
"source_path_from_root": "/docs/tutorials/index.md",
"redirect_url": "/dotnet/samples-and-tutorials/"
}
]
}