-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathredirects.json
More file actions
108 lines (108 loc) · 3.36 KB
/
Copy pathredirects.json
File metadata and controls
108 lines (108 loc) · 3.36 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"redirects": [
{
"from": "users/index.html",
"to": "index.html"
},
{
"from": "users/404.html",
"to": "index.html"
},
{
"from": "users/corpus/annexes/index.html",
"to": "tdm/annexes/index.html"
},
{
"from": "users/corpus/introduction/index.html",
"to": "tdm/index.html"
},
{
"from": "users/corpus/requetage/index.html",
"to": "tdm/requetage/index.html"
},
{
"from": "users/corpus/verification/index.html",
"to": "tdm/verification/index.html"
},
{
"from": "users/faq/aquoisertISTEX/index.html",
"to": "faq/aquoisertistex.html"
},
{
"from": "users/faq/ark/index.html",
"to": "faq/ark.html"
},
{
"from": "users/faq/corpusapi/index.html",
"to": "faq/loaded-corpus.html"
},
{
"from": "users/integration/index.html",
"to": "integration/index.html"
},
{
"from": "users/integration/discovery-tools/index.html",
"to": "integration/discovery-tools/index.html"
},
{
"from": "users/integration/ent-web/index.html",
"to": "integration/index.html"
},
{
"from": "users/integration/exemples/index.html",
"to": "integration/examples/index.html"
},
{
"from": "users/mkdocs/index.html",
"to": "index.html"
},
{
"from": "users/search.html",
"to": "index.html"
},
{
"from": "users/tdm/index.html",
"to": "tdm/index.html"
},
{
"from": "users/tdm/annexes/index.html",
"to": "tdm/annexes/index.html"
},
{
"from": "users/tdm/extraction/index.html",
"to": "tdm/extraction/index.html"
},
{
"from": "users/tdm/introduction/index.html",
"to": "tdm/index.html"
},
{
"from": "users/tdm/requetage/index.html",
"to": "tdm/requetage/index.html"
},
{
"from": "users/tdm/verification/index.html",
"to": "tdm/verification/index.html"
},
{
"from": "users/usage/index.html",
"to": "doc/index.html"
},
{
"from": "users/usage/bib/index.html",
"to": "doc/bib/index.html"
},
{
"from": "users/usage/button/index.html",
"to": "doc/bouton-istex.html"
},
{
"from": "users/usage/google/index.html",
"to": "doc/google-scholar.html"
},
{
"from": "users/usage/googlescholar/index.html",
"to": "doc/google-scholar.html"
}
]
}