-
Notifications
You must be signed in to change notification settings - Fork 216
/
404.html
125 lines (119 loc) · 7.78 KB
/
404.html
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Error 404 :(</title>
<script>
window.onload = function () {
const destination = window.location.href;
if (window.location.href.includes("lf-decentralized-trust-labs.github.io/acapy-java-client")) {
const redirectLocation = window.location.href.replace(
"lf-decentralized-trust-labs.github.io/acapy-java-client",
"hyperledger-labs.github.io/acapy-java-client"
);
document.getElementById("body").innerHTML = "acapy-java-client has moved!<br/><br/>Redirecting to " + redirectLocation
window.location.href = redirectLocation;
}
if (window.location.href.includes("lf-decentralized-trust-labs.github.io/cc-tools")) {
const redirectLocation = window.location.href.replace(
"lf-decentralized-trust-labs.github.io/cc-tools",
"hyperledger-labs.github.io/cc-tools"
);
document.getElementById("body").innerHTML = "cc-tools has moved!<br/><br/>Redirecting to " + redirectLocation
window.location.href = redirectLocation;
}
if (window.location.href.includes("lf-decentralized-trust-labs.github.io/did-webs-resolver")) {
const redirectLocation = window.location.href.replace(
"lf-decentralized-trust-labs.github.io/did-webs-resolver",
"hyperledger-labs.github.io/did-webs-resolver"
);
document.getElementById("body").innerHTML = "did-webs-resolver has moved!<br/><br/>Redirecting to " + redirectLocation
window.location.href = redirectLocation;
}
if (window.location.href.includes("lf-decentralized-trust-labs.github.io/documentation-template")) {
const redirectLocation = window.location.href.replace(
"lf-decentralized-trust-labs.github.io/documentation-template",
"hyperledger-labs.github.io/documentation-template"
);
document.getElementById("body").innerHTML = "documentation-template has moved!<br/><br/>Redirecting to " + redirectLocation
window.location.href = redirectLocation;
}
if (window.location.href.includes("lf-decentralized-trust-labs.github.io/fabric-ansible-collection")) {
const redirectLocation = window.location.href.replace(
"lf-decentralized-trust-labs.github.io/fabric-ansible-collection",
"hyperledger-labs.github.io/fabric-ansible-collection"
);
document.getElementById("body").innerHTML = "fabric-ansible-collection has moved!<br/><br/>Redirecting to " + redirectLocation
window.location.href = redirectLocation;
}
if (window.location.href.includes("lf-decentralized-trust-labs.github.io/fabric-builder-k8s")) {
const redirectLocation = window.location.href.replace(
"lf-decentralized-trust-labs.github.io/fabric-builder-k8s",
"hyperledger-labs.github.io/fabric-builder-k8s"
);
document.getElementById("body").innerHTML = "fabric-builder-k8s has moved!<br/><br/>Redirecting to " + redirectLocation
window.location.href = redirectLocation;
}
if (window.location.href.includes("lf-decentralized-trust-labs.github.io/fabric-operations-console")) {
const redirectLocation = window.location.href.replace(
"lf-decentralized-trust-labs.github.io/fabric-operations-console",
"hyperledger-labs.github.io/fabric-operations-console"
);
document.getElementById("body").innerHTML = "fabric-operations-console has moved!<br/><br/>Redirecting to " + redirectLocation
window.location.href = redirectLocation;
}
if (window.location.href.includes("lf-decentralized-trust-labs.github.io/orion-server")) {
const redirectLocation = window.location.href.replace(
"lf-decentralized-trust-labs.github.io/orion-server",
"hyperledger-labs.github.io/orion-server"
);
document.getElementById("body").innerHTML = "orion-server has moved!<br/><br/>Redirecting to " + redirectLocation
window.location.href = redirectLocation;
}
if (window.location.href.includes("lf-decentralized-trust-labs.github.io/perun-doc")) {
const redirectLocation = window.location.href.replace(
"lf-decentralized-trust-labs.github.io/perun-doc",
"hyperledger-labs.github.io/perun-doc"
);
document.getElementById("body").innerHTML = "perun-doc has moved!<br/><br/>Redirecting to " + redirectLocation
window.location.href = redirectLocation;
}
if (window.location.href.includes("lf-decentralized-trust-labs.github.io/solang-playground")) {
const redirectLocation = window.location.href.replace(
"lf-decentralized-trust-labs.github.io/solang-playground",
"hyperledger-labs.github.io/solang-playground"
);
document.getElementById("body").innerHTML = "solang-playground has moved!<br/><br/>Redirecting to " + redirectLocation
window.location.href = redirectLocation;
}
if (window.location.href.includes("lf-decentralized-trust-labs.github.io/weaver-dlt-interoperability")) {
const redirectLocation = window.location.href.replace(
"lf-decentralized-trust-labs.github.io/weaver-dlt-interoperability",
"hyperledger-labs.github.io/weaver-dlt-interoperability"
);
document.getElementById("body").innerHTML = "weaver-dlt-interoperability has moved!<br/><br/>Redirecting to " + redirectLocation
window.location.href = redirectLocation;
}
if (window.location.href.includes("lf-decentralized-trust-labs.github.io/yui-corda-ibc")) {
const redirectLocation = window.location.href.replace(
"lf-decentralized-trust-labs.github.io/yui-corda-ibc",
"hyperledger-labs.github.io/yui-corda-ibc"
);
document.getElementById("body").innerHTML = "yui-corda-ibc has moved!<br/><br/>Redirecting to " + redirectLocation
window.location.href = redirectLocation;
}
if (window.location.href.includes("lf-decentralized-trust-labs.github.io/yui-docs")) {
const redirectLocation = window.location.href.replace(
"lf-decentralized-trust-labs.github.io/yui-docs",
"hyperledger-labs.github.io/yui-docs"
);
document.getElementById("body").innerHTML = "yui-docs has moved!<br/><br/>Redirecting to " + redirectLocation
window.location.href = redirectLocation;
}
}
</script>
</head>
<body id="body" style="text-align: center">
Page not found
</body>
</html>