-
Notifications
You must be signed in to change notification settings - Fork 4
/
404.html
241 lines (233 loc) · 23.4 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!DOCTYPE html>
<html>
<head>
<title>404 Page Not Found</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 50px;
}
h1 {
font-size: 36px;
margin-bottom: 20px;
}
p {
font-size: 18px;
margin-bottom: 20px;
}
</style>
</head>
<body>
<h1>Page Not Found</h1>
<p>The page you are looking for could not be found, <a href="/">you check the docs index here</a>.</p>
<script>
// Define the list of old paths and target paths
var paths = [
{ oldPath: "/api/indexer", targetPath: "/api/indexer/overview" },
{ oldPath: "/api/relayer/installation", targetPath: "/api/transactions/installation" },
{ oldPath: "/api/relayer/overview", targetPath: "/api/transactions/overview" },
{ oldPath: "/guides/templates/building-relaying-server", targetPath: "/guides/building-relaying-server" },
{ oldPath: "/blog/archive", targetPath: "https://sequence.xyz/blog" },
{ oldPath: "/build-with-sequence/building-backends", targetPath: "/solutions/wallets/universal-wallet/examples/building-backends" },
{ oldPath: "/build-with-sequence/building-relaying-server", targetPath: "/guides/building-relaying-server" },
{ oldPath: "/build-with-sequence/connect-wallet", targetPath: "/solutions/wallets/universal-wallet/examples/connect-wallet" },
{ oldPath: "/build-with-sequence/get-address", targetPath: "/solutions/wallets/universal-wallet/examples/auth-address#ask-for-the-wallet-address" },
{ oldPath: "/build-with-sequence/installation", targetPath: "/solutions/wallets/universal-wallet/quickstart#install" },
{ oldPath: "/build-with-sequence/send-batch-transactions", targetPath: "/solutions/wallets/universal-wallet/examples/send-erc20#sending-erc-20-tokens" },
{ oldPath: "/build-with-sequence/send-erc1155", targetPath: "/solutions/wallets/universal-wallet/examples/send-erc1155" },
{ oldPath: "/build-with-sequence/send-erc20", targetPath: "/solutions/wallets/universal-wallet/examples/send-erc20#sending-erc-20-tokens" },
{ oldPath: "/build-with-sequence/send-erc721", targetPath: "/solutions/wallets/universal-wallet/examples/send-erc721" },
{ oldPath: "/build-with-sequence/send-transaction", targetPath: "/solutions/wallets/universal-wallet/examples/send-transaction" },
{ oldPath: "/build-with-sequence/sign-message", targetPath: "/solutions/wallets/universal-wallet/examples/sign-message" },
{ oldPath: "/build-with-sequence/sign-transaction", targetPath: "/solutions/wallets/universal-wallet/examples/send-transaction" },
{ oldPath: "/build-with-sequence/using-testnets", targetPath: "/solutions/technical-references/chain-support" },
{ oldPath: "/builder/contracts", targetPath: "/solutions/builder/contracts" },
{ oldPath: "/builder/embedded-wallet", targetPath: "/solutons/builder/embedded-wallet" },
{ oldPath: "/builder/gas-tank", targetPath: "/solutions/builder/gas-tank" },
{ oldPath: "/builder/indexer", targetPath: "/solutions/builder/indexer" },
{ oldPath: "/builder/marketplaces", targetPath: "/solutions/marketplaces/overview" },
{ oldPath: "/builder/node-gateway", targetPath: "/solutions/builder/node-gateway" },
{ oldPath: "/builder/overview", targetPath: "/solutions/builder/overview" },
{ oldPath: "/builder/settings", targetPath: "/solutions/builder/project-settings" },
{ oldPath: "/builder/wallet-sdks", targetPath: "/solutions/builder/wallet-sdks" },
{ oldPath: "/community-support", targetPath: "/support" },
{ oldPath: "/fiat-on-ramps", targetPath: "/solutions/payments/onramps/fiat-on-ramps" },
{ oldPath: "/games-sdk", targetPath: "/sdk/unity/overview" },
{ oldPath: "/getting-started", targetPath: "/solutions/wallets/overview" },
{ oldPath: "/getting-started/erc20-token", targetPath: "/solutions/collectibles/contracts/deploy-ERC20-currency" },
{ oldPath: "/getting-started/get-access-key-in-builder", targetPath: "/solutions/builder/getting-started#claim-an-api-access-key" },
{ oldPath: "/getting-started/sign-message", targetPath: "/solutions/wallets/universal-wallet/examples/sign-message" },
{ oldPath: "/guides/deploy-an-item-collection-contract", targetPath: "/solutions/collectibles/contracts/deploy-an-item-collection" },
{ oldPath: "/guides/lootbox-guide", targetPath: "/guides/treasure-chest-guide" },
{ oldPath: "/guides/manage-contract-metadata-builder", targetPath: "/solutions/builder/collections" },
{ oldPath: "/guides/mint-collectibles-from-ERC721", targetPath: "/solutions/collectibles/contracts/deploy-an-item-collection" },
{ oldPath: "/guides/mint-currency-from-ERC20", targetPath: "/solutions/collectibles/contracts/deploy-ERC20-currency" },
{ oldPath: "/guides/mint-items-from-ERC1155", targetPath: "/solutions/collectibles/contracts/deploy-an-item-collection" },
{ oldPath: "/guides/overview", targetPath: "/guides/treasure-chest-guide" },
{ oldPath: "/guides/refill-gas-tank", targetPath: "/solutions/builder/project-settings#update-your-project-subscription-plan" },
{ oldPath: "/guides/signup-and-create-a-project", targetPath: "/solutions/builder/project-management" },
{ oldPath: "/guides/sponsor-contract-gas-tank", targetPath: "/solutions/builder/gas-tank" },
{ oldPath: "/guides/templates/template-marketplace-api", targetPath: "/guides/custom-marketplace#custom-marketplace-with-sequence-market-protocol" },
{ oldPath: "/indexer", targetPath: "/api/indexer/overview" },
{ oldPath: "/indexer/fetch-tokens", targetPath: "/api/indexer/examples/fetch-tokens" },
{ oldPath: "/indexer/guides/fetch-tokens", targetPath: "/api/indexer/examples/fetch-tokens" },
{ oldPath: "/indexer/metadata-tips", targetPath: "/api/indexer/metadata-tips" },
{ oldPath: "/indexer/native-network-balance", targetPath: "/api/indexer/examples/native-network-balance" },
{ oldPath: "/indexer/transaction-history", targetPath: "/api/indexer/examples/transaction-history" },
{ oldPath: "/indexer/transation-history-token-contract", targetPath: "/api/indexer/examples/transation-history-token-contract" },
{ oldPath: "/indexer/unique-tokens", targetPath: "/api/indexer/examples/unique-tokens" },
{ oldPath: "/intro/eth-compat", targetPath: "/solutions/technical-references/chain-support" },
{ oldPath: "/intro/gas", targetPath: "/solutions/technical-references/chain-support" },
{ oldPath: "/intro/installation", targetPath: "/solutions/wallets/universal-wallet/quickstart" },
{ oldPath: "/introduction/eth-compat", targetPath: "/solutions/technical-references/chain-support" },
{ oldPath: "/introduction/gas", targetPath: "/solutions/technical-references/chain-support" },
{ oldPath: "/introduction/multi-chain-support", targetPath: "/solutions/technical-references/chain-support" },
{ oldPath: "/key-management", targetPath: "/solutions/wallets/universal-wallet/key-management" },
{ oldPath: "/kit", targetPath: "/sdk/sequence-kit/overview" },
{ oldPath: "/live-dapps/demo-dapp", targetPath: "https://dungeon-minter.vercel.app/" },
{ oldPath: "/live-dapps/skyweaver", targetPath: "https://www.skyweaver.net/" },
{ oldPath: "/live-dapps/vaportrade", targetPath: "https://vaportrade.net/" },
{ oldPath: "/marketplace", targetPath: "/solutions/marketplaces/overview" },
{ oldPath: "/marketplace/sequence-market", targetPath: "/solutions/marketplaces/overview" },
{ oldPath: "/metadata", targetPath: "/api/metadata/overview" },
{ oldPath: "/metadata/contract-metadata", targetPath: "/api/metadata/contract-metadata" },
{ oldPath: "/metadata/installation", targetPath: "/api/metadata/overview#web--nodejs-installation" },
{ oldPath: "/metadata/rest-api", targetPath: "/api/metadata/overview" },
{ oldPath: "/metadata/token-metadata", targetPath: "/api/metadata/token-metadata" },
{ oldPath: "/migrate-sequence-js-1-1-0", targetPath: "/solutions/wallets/universal-wallet/quickstart" },
{ oldPath: "/minting-game-items/deploy-an-item-collection", targetPath: "/solutions/collectibles/contracts/deploy-an-item-collection" },
{ oldPath: "/multi-chain-support", targetPath: "/solutions/technical-references/chain-support" },
{ oldPath: "/node-gateway", targetPath: "/api/node-gateway" },
{ oldPath: "/platforms/browser-extension", targetPath: "/solutions/wallets/universal-wallet/platforms#browser-extension-wallet" },
{ oldPath: "/platforms/mobile-wallet", targetPath: "/solutions/wallets/universal-wallet/platforms#mobile-wallet" },
{ oldPath: "/platforms/web-wallet", targetPath: "/solutions/wallets/universal-wallet/platforms#web-wallet" },
{ oldPath: "/private-keys/backup-key", targetPath: "/solutions/wallets/universal-wallet/key-management#key-management" },
{ oldPath: "/private-keys/key-management", targetPath: "/solutions/wallets/universal-wallet/key-management#key-management" },
{ oldPath: "/private-keys/social-login-wallets", targetPath: "/solutions/wallets/universal-wallet/key-management#social-login-wallets" },
{ oldPath: "/private-keys/web3-login", targetPath: "/solutions/wallets/universal-wallet/key-management#social-login-wallets" },
{ oldPath: "/quickstart", targetPath: "/solutions/wallets/universal-wallet/quickstart" },
{ oldPath: "/relayer", targetPath: "/api/transactions/overview" },
{ oldPath: "/relayer/building-relaying-server", targetPath: "/guides/templates/building-relaying-server" },
{ oldPath: "/relayer/mint-collectibles-serverless", targetPath: "/guides/mint-collectibles-serverless" },
{ oldPath: "/sdk/typescript/connectors/overview/kit/overview", targetPath: "/sdk/typescript/connectors/overview" },
{ oldPath: "/search", targetPath: "/support" },
{ oldPath: "/solutions/builder/getting-started#step-3-optional-for-development-claim-an-api-access-key", targetPath: "/solutions/builder/getting-started#claim-an-api-access-key" },
{ oldPath: "/solutions/builder/settings", targetPath: "/solutions/builder/project-settings" },
{ oldPath: "/solutions/collectibles/contracts/01-deploy-an-item-collection", targetPath: "/solutions/collectibles/contracts/deploy-an-item-collection" },
{ oldPath: "/solutions/embedded-wallet/implementation-details/response-payloads", targetPath: "/solutions/wallets/embedded-wallet/architecture/response-payloads" },
{ oldPath: "/solutions/technical-references/internals/v1/contract-audits", targetPath: "/solutions/technical-references/internals/contract-audits" },
{ oldPath: "/solutons/builder/embedded-wallet", targetPath: "/solutions/builder/embedded-wallet" },
{ oldPath: "/unity-sdk", targetPath: "/sdk/unity/overview" },
{ oldPath: "/unity-sdk/building", targetPath: "/sdk/unity/overview/" },
{ oldPath: "/unity-sdk/indexer/guides", targetPath: "/sdk/unity/overview" },
{ oldPath: "/unity-sdk/installation", targetPath: "/sdk/unity/installation" },
{ oldPath: "/unity-sdk/troubleshooting", targetPath: "/support" },
{ oldPath: "/unity-sdk/wallet/connect-wallet", targetPath: "/sdk/unity/Advanced/wallets" },
{ oldPath: "/unity-sdk/wallet/ERC1155", targetPath: "/sdk/unity/overview" },
{ oldPath: "/unity-sdk/wallet/escape-hatch", targetPath: "/sdk/unity/overview" },
{ oldPath: "/unity-sdk/wallet/further-interactions", targetPath: "/sdk/unity/overview" },
{ oldPath: "/unity-sdk/wallet/send-transaction", targetPath: "/sdk/unity/write-to-blockchain" },
{ oldPath: "/unity-sdk/wallet/setup", targetPath: "/sdk/unity/setup" },
{ oldPath: "/unity-sdk/wallet/sign-message", targetPath: "/sdk/unity/sign-messages" },
{ oldPath: "/unity-sdk/wallet/social-login", targetPath: "/sdk/unity/authentication" },
{ oldPath: "/unity-waas-sdk", targetPath: "/sdk/unity/overview" },
{ oldPath: "/unity-waas-sdk/Advanced/clients", targetPath: "/sdk/unity/Advanced/clients" },
{ oldPath: "/unity-waas-sdk/Advanced/introduction", targetPath: "/sdk/unity/Advanced/introduction" },
{ oldPath: "/unity-waas-sdk/Advanced/wallets", targetPath: "/sdk/unity/Advanced/wallets" },
{ oldPath: "/unity-waas-sdk/authentication", targetPath: "/sdk/unity/authentication" },
{ oldPath: "/unity-waas-sdk/deploy-contracts", targetPath: "/sdk/unity/deploy-contracts" },
{ oldPath: "/unity-waas-sdk/installation", targetPath: "/sdk/unity/installation" },
{ oldPath: "/unity-waas-sdk/read-from-blockchain", targetPath: "/sdk/unity/read-from-blockchain" },
{ oldPath: "/unity-waas-sdk/setup", targetPath: "/sdk/unity/setup" },
{ oldPath: "/unity-waas-sdk/sign-messages", targetPath: "/sdk/unity/sign-messages" },
{ oldPath: "/unreal-waas-sdk", targetPath: "/sdk/unreal/introduction" },
{ oldPath: "/unreal-waas-sdk/api-integration", targetPath: "/sdk/unreal/api-integration" },
{ oldPath: "/unreal-waas-sdk/authentication", targetPath: "/sdk/unreal/introduction" },
{ oldPath: "/unreal-waas-sdk/installation", targetPath: "/sdk/unreal/installation" },
{ oldPath: "/unreal-waas-sdk/packaging", targetPath: "/sdk/unreal/platforms" },
{ oldPath: "/unreal-waas-sdk/setup", targetPath: "/sdk/unreal/setup" },
{ oldPath: "/waas/implementation/payloads", targetPath: "/solutions/wallets/embedded-wallet/architecture/action-payloads" },
{ oldPath: "/waas/implementation/trust-recovery", targetPath: "/solutions/wallets/embedded-wallet/architecture/trust-contract-recovery-flow" },
{ oldPath: "/waas/intro", targetPath: "/solutions/wallets/embedded-wallet/overview" },
{ oldPath: "/waas/intro/quickstart", targetPath: "/solutions/wallets/embedded-wallet/quickstart" },
{ oldPath: "/waas/waas-auth/getting-started", targetPath: "/wallets/embedded-wallet/quickstart#getting-started-with-typescript-sdk" },
{ oldPath: "/waas/waas-auth/manage-sessions", targetPath: "/solutions/wallets/embedded-wallet/examples/manage-sessions" },
{ oldPath: "/waas/waas-auth/transaction-receipts", targetPath: "/solutions/wallets/embedded-wallet/examples/transaction-receipts" },
{ oldPath: "/waas/waas-auth/use-wallets", targetPath: "/solutions/wallets/embedded-wallet/examples/use-wallets" },
{ oldPath: "/waas/waas-auth/validation", targetPath: "/solutions/wallets/embedded-wallet/examples/validation" },
{ oldPath: "/wallet", targetPath: "/solutions/wallets/universal-wallet/overview" },
{ oldPath: "/wallet-contracts/nested-transaction-batching", targetPath: "/solutions/wallets/universal-wallet/examples/send-erc20#sending-erc-20-tokens" },
{ oldPath: "/wallet-contracts/signature-encoding", targetPath: "/solutions/technical-references/internals/v1/signature-encoding" },
{ oldPath: "/wallet-contracts/transaction-encoding", targetPath: "/solutions/technical-references/internals/v2/transaction-encoding" },
{ oldPath: "/wallet-contracts/universal-deployer", targetPath: "/solutions/technical-references/internals/v2/deploy" },
{ oldPath: "/wallet-contracts/wallet-context", targetPath: "/solutions/technical-references/internals/wallet-context" },
{ oldPath: "/wallet-contracts/wallet-factory", targetPath: "/solutions/technical-references/internals/v1/wallet-factory" },
{ oldPath: "/wallet-contracts/why", targetPath: "/solutions/technical-references/wallet-contracts/why" },
{ oldPath: "/wallet/connectors/FAQ", targetPath: "/sdk/typescript/connectors/FAQ" },
{ oldPath: "/wallet/connectors/kit/checkout", targetPath: "/sdk/sequence-kit/checkout" },
{ oldPath: "/wallet/connectors/kit/configuration", targetPath: "/sdk/sequence-kit/configuration" },
{ oldPath: "/wallet/connectors/kit/custom-connectors", targetPath: "/sdk/sequence-kit/custom-connectors" },
{ oldPath: "/wallet/connectors/kit/getting-started", targetPath: "/sdk/sequence-kit/getting-started" },
{ oldPath: "/wallet/connectors/kit/overview", targetPath: "/sdk/sequence-kit/overview" },
{ oldPath: "/wallet/connectors/overview", targetPath: "/sdk/typescript/connectors/overview" },
{ oldPath: "/wallet/connectors/rainbow-kit", targetPath: "/sdk/typescript/connectors/rainbow-kit" },
{ oldPath: "/wallet/connectors/wagmi", targetPath: "/sdk/typescript/connectors/wagmi" },
{ oldPath: "/wallet/connectors/web3-react-v6", targetPath: "/sdk/typescript/connectors/web3-react-v6#using-web3-react-v6" },
{ oldPath: "/wallet/connectors/web3modal", targetPath: "/sdk/typescript/connectors/web3modal" },
{ oldPath: "/wallet/guides/building-backends", targetPath: "/guides/building-relaying-server" },
{ oldPath: "/wallet/guides/connect-wallet", targetPath: "/sdk/typescript/guides/connect-wallet" },
{ oldPath: "/wallet/guides/send-batch-transactions", targetPath: "/solutions/wallets/universal-wallet/examples/send-erc20#sending-erc-20-tokens" },
{ oldPath: "/wallet/guides/send-erc1155", targetPath: "/solutions/wallets/universal-wallet/examples/send-erc1155" },
{ oldPath: "/wallet/guides/send-erc20", targetPath: "/solutions/wallets/universal-wallet/examples/send-erc20#sending-erc-20-tokens" },
{ oldPath: "/wallet/guides/send-erc721", targetPath: "/solutions/wallets/universal-wallet/examples/send-erc721" },
{ oldPath: "/wallet/guides/send-transaction", targetPath: "/solutions/wallets/universal-wallet/examples/send-transaction" },
{ oldPath: "/wallet/guides/session-keys", targetPath: "/solutions/wallets/universal-wallet/key-management#session-keys" },
{ oldPath: "/wallet/guides/sign-message", targetPath: "/sdk/typescript/guides/sign-message" },
{ oldPath: "/wallet/guides/using-testnets", targetPath: "/solutions/technical-references/chain-support" },
{ oldPath: "/wallet/installation", targetPath: "/solutions/wallets/universal-wallet/quickstart" },
{ oldPath: "/wallet/key-management/backup-key", targetPath: "/solutions/wallets/universal-wallet/key-management/#guard-key" },
{ oldPath: "/wallet/key-management/social-login-wallets", targetPath: "/solutions/wallets/universal-wallet/key-management" },
{ oldPath: "/wallet/key-management/web3-login", targetPath: "/solutions/wallets/universal-wallet/key-management/#social-login-wallets" },
{ oldPath: "/wallet/platforms", targetPath: "/solutions/wallets/universal-wallet/platforms" },
{ oldPath: "/wallet/wallet-contracts/contract-audits", targetPath: "/solutions/technical-references/internals/contract-audits" },
{ oldPath: "/wallet/wallet-contracts/guest-module", targetPath: "/solutions/technical-references/internals/v1/guest-module" },
{ oldPath: "/wallet/wallet-contracts/main-module-upgradeable", targetPath: "/solutions/technical-references/internals/v1/main-module-upgradeable" },
{ oldPath: "/wallet/wallet-contracts/modules-and-updates", targetPath: "/solutions/technical-references/internals/v1/modules-and-updates" },
{ oldPath: "/wallet/wallet-contracts/nested-transaction-batching", targetPath: "/solutions/wallets/universal-wallet/examples/send-erc20#sending-erc-20-tokens" },
{ oldPath: "/wallet/wallet-contracts/signature-encoding", targetPath: "/solutions/technical-references/internals/v1/signature-encoding" },
{ oldPath: "/wallet/wallet-contracts/transaction-encoding", targetPath: "/solutions/technical-references/internals/v2/transaction-encoding" },
{ oldPath: "/wallet/wallet-contracts/universal-deployer", targetPath: "/solutions/technical-references/internals/deployment" },
{ oldPath: "/wallet/wallet-contracts/wallet-configuration", targetPath: "/solutions/technical-references/internals/v1/modules-and-updates#wallet-implementation" },
{ oldPath: "/wallet/wallet-contracts/wallet-context", targetPath: "/solutions/technical-references/internals/wallet-context" },
{ oldPath: "/wallet/wallet-contracts/wallet-factory", targetPath: "/solutions/technical-references/internals/deployment#factory-contract" },
{ oldPath: "/wallet/wallet-contracts/why", targetPath: "/solutions/technical-references/wallet-contracts/why" },
{ oldPath: "/wallet/wallet-contracts/wallet-factory", targetPath: "/solutions/technical-references/internals/deployment#factory-contract" },
{ oldPath: "/wallet/wallet-contracts/why", targetPath: "/solutions/technical-references/wallet-contracts/why" },
{ oldPath: "/wallets/embedded-wallet/quickstart", targetPath: "/solutions/wallets/embedded-wallet/quickstart" },
{ oldPath: "/solutions/builder/project-management", targetPath: "/support/builder/project-management" },
{ oldPath: "/solutions/builder/project-settings", targetPath: "/support/builder/project-settings" },
{ oldPath: "/sdk/sequence-kit/overview", targetPath: "/solutions/wallet/sequence-kit/overview" },
{ oldPath: "/sdk/sequence-kit/getting-started", targetPath: "/solutions/wallet/sequence-kit/getting-started" },
{ oldPath: "/sdk/sequence-kit/configuration", targetPath: "/solutions/wallet/sequence-kit/configuration" },
{ oldPath: "/sdk/sequence-kit/on-ramp", targetPath: "/solutions/wallet/sequence-kit/on-ramp" },
{ oldPath: "/sdk/sequence-kit/checkout", targetPath: "/solutions/wallet/sequence-kit/checkout" },
{ oldPath: "/sdk/sequence-kit/custom-connectors", targetPath: "/solutions/wallet/sequence-kit/custom-connectors" },
{ oldPath: "/sdk/unreal/built-in-gui", targetPath: "/sdk/unreal/authentication" },
{ oldPath: "/solutions/transactions-api/overview/", targetPath: "/solutions/transaction-manager/overview/"},
{ oldPath: "/solutions/transactions-api/overview", targetPath: "/solutions/transaction-manager/overview"},
{ oldpath: "/sdk/unity/authentication", targetPath: "/sdk/unity/authentication/intro" },
{ oldpath: "/solutions/wallets/embedded-wallet/examples/validation", targetPath: "/solutions/wallets/embedded-wallet/examples/manage-sessions#session-management" },
{ oldpath: "/sdk/unreal/authentication", targetPath: "/sdk/unreal/authentication/intro" },
{ oldpath: "/guide/unity-guide", targetPath: "guide/jelly-forest-unity-guide"}
];
var currentPath = window.location.pathname;
for (var i = 0; i < paths.length; i++) {
if (paths[i].oldPath === currentPath || paths[i].oldPath + '/' === currentPath) {
window.location.href = paths[i].targetPath;
break;
}
}
</script>
</body>
</html>