-
Notifications
You must be signed in to change notification settings - Fork 30
/
redirects.json
40 lines (40 loc) · 1.19 KB
/
redirects.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
{
"redirects": [
{
"from": "plugin-design-guidelines/ui_resources/Sticker_sheet.html",
"to": "design/user-interface/sticker-sheet.html"
},
{
"from": "plugin-design-guidelines/index.html",
"to": "design/index.html"
},
{
"from": "plugin-design-guidelines/ux_guidelines/index.html",
"to": "design/ux-patterns/index.html"
},
{
"from": "plugin-design-guidelines/ui_resources/index.html",
"to": "design/user-interface/index.html"
},
{
"from": "guides/how-to-package-a-plugin.html",
"to": "distribution/packaging.html"
},
{
"from": "xdpegs/1-performance.html",
"to": "devbestpractices/1-performance.html"
},
{
"from": "xdpegs/2-scenegraph.html",
"to": "devbestpractices/2-scenegraph.html"
},
{
"from": "xdpegs/4-file-io.html",
"to": "devbestpractices/4-file-io.html"
},
{
"from": "xdpegs/3-network-io.html",
"to": "devbestpractices/3-network-io.html"
}
]
}