forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.openpublishing.redirection.orleans.json
36 lines (36 loc) · 1.38 KB
/
.openpublishing.redirection.orleans.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
{
"redirections": [
{
"source_path_from_root": "/docs/orleans/whats-new/whats-new-in-orleans.md",
"redirect_url": "https://github.com/dotnet/orleans/releases"
},
{
"source_path_from_root": "/docs/orleans/deployment/azure-web-apps-with-azure-cloud-services.md",
"redirect_url": "/dotnet/orleans/deployment/deploy-to-azure-app-service"
},
{
"source_path_from_root": "/docs/orleans/whats-new-in-orleans.md",
"redirect_url": "/dotnet/orleans/migration-guide"
},
{
"source_path_from_root": "/docs/orleans/grains/reentrancy.md",
"redirect_url": "/dotnet/orleans/grains/request-scheduling"
},
{
"source_path_from_root": "/docs/orleans/migration/codegen.md",
"redirect_url": "/dotnet/orleans/grains/code-generation"
},
{
"source_path_from_root": "/docs/orleans/migration/index.md",
"redirect_url": "/dotnet/orleans/migration-guide"
},
{
"source_path_from_root": "/docs/orleans/migration/migration-1.5.md",
"redirect_url": "/dotnet/orleans/migration-guide"
},
{
"source_path_from_root": "/docs/orleans/migration/migration-azure-2.0.md",
"redirect_url": "/dotnet/orleans/migration-guide"
}
]
}