forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.openpublishing.redirection.orleans.json
44 lines (44 loc) · 1.77 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
37
38
39
40
41
42
43
44
{
"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"
},
{
"source_path_from_root": "/docs/orleans/tutorials-and-samples/testing.md",
"redirect_url": "/dotnet/orleans/implementation/testing"
},
{
"source_path_from_root": "/docs/orleans/host/configuration-guide/activation-garbage-collection.md",
"redirect_url": "/dotnet/orleans/host/configuration-guide/activation-collection"
}
]
}