-
Notifications
You must be signed in to change notification settings - Fork 565
Expand file tree
/
Copy pathredirects.json
More file actions
61 lines (61 loc) · 4.5 KB
/
Copy pathredirects.json
File metadata and controls
61 lines (61 loc) · 4.5 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
{
"redirects": [
{ "from": "/tokens", "to": "/tokens/hnt-token" },
{ "from": "/wallets/ledger", "to": "/wallets/ledger-wallet" },
{ "from": "/wallets/app-wallet/transaction-failures", "to": "/wallets/helium-wallet-app" },
{ "from": "/hotspot-makers/iot/data-only-hotspots", "to": "/iot/onboard-a-hotspot" },
{ "from": "/mine-hnt/data-only-hotspots", "to": "/iot/onboard-a-hotspot" },
{ "from": "/iot/data-only-hotspots", "to": "/iot/onboard-a-hotspot" },
{ "from": "/iot/data-only-hotspots-onboarding", "to": "/iot/onboard-a-hotspot/on-device" },
{ "from": "/iot/gateway-fleet-onboarding", "to": "/iot/onboard-a-hotspot/server" },
{ "from": "/iot/gateway-fleet-onboarding/setup", "to": "/iot/onboard-a-hotspot/server-setup" },
{ "from": "/iot/data-only/dragino-data-only-hotspot", "to": "/iot/packet-forwarders/dragino" },
{ "from": "/iot/data-only/rak-concentrators", "to": "/iot/packet-forwarders/rak-concentrators" },
{ "from": "/iot/data-only/balena-data-only-hotspot", "to": "/iot/packet-forwarders/balena" },
{ "from": "/iot/data-only/kerlink-data-only-hotspot", "to": "/iot/packet-forwarders/kerlink" },
{ "from": "/data-credit", "to": "/tokens/data-credit" },
{ "from": "/data-credit-portal", "to": "/iot/run-an-lns/fund-an-oui" },
{ "from": "/tokens/data-credit-portal", "to": "/iot/run-an-lns/fund-an-oui" },
{ "from": "/helium-tokens/hnt", "to": "/tokens/hnt-token" },
{ "from": "/hnt-token", "to": "/tokens/hnt-token" },
{ "from": "/blockchain/helium-token", "to": "/tokens/hnt-token" },
{ "from": "/blockchain/hnt-token", "to": "/tokens/hnt-token" },
{ "from": "/iot/run-a-lns", "to": "/iot/run-an-lns" },
{ "from": "/iot/buy-an-oui", "to": "/iot/run-an-lns/buy-an-oui" },
{ "from": "/iot/open-lns", "to": "/iot/lorawan-network-servers" },
{ "from": "/console/hosting-providers", "to": "/iot/find-a-lns-provider" },
{ "from": "/find-a-lns-provider", "to": "/iot/find-a-lns-provider" },
{ "from": "/solana/migration/wallet-user", "to": "/wallets/l1-migrate" },
{ "from": "/mobile/data-only-mobile", "to": "/mobile/helium-plus-mobile" },
{ "from": "/mobile/data-only-aruba", "to": "/mobile/helium-plus-aruba" },
{ "from": "/mobile/data-only-fortinet", "to": "/mobile/helium-plus-fortinet" },
{ "from": "/mobile/data-only-juniper-mist", "to": "/mobile/helium-plus-juniper-mist" },
{ "from": "/mobile/data-only-meraki", "to": "/mobile/helium-plus-meraki" },
{ "from": "/mobile/data-only-mikrotik", "to": "/mobile/helium-plus-mikrotik" },
{ "from": "/mobile/data-only-ruckus", "to": "/mobile/helium-plus-ruckus" },
{ "from": "/mobile/data-only-ubiquiti", "to": "/mobile/helium-plus-ubiquiti" },
{ "from": "/mobile/data-only-generic", "to": "/mobile/helium-plus-generic" },
{ "from": "/mobile/helium-plus-onboarding", "to": "/mobile/wifi-conversion-onboarding" },
{ "from": "/mobile/data-only-onboarding", "to": "/mobile/wifi-conversion-onboarding" },
{ "from": "/mobile/data-only-radsecproxy", "to": "/mobile/helium-plus-radsecproxy" },
{ "from": "/mobile/data-only-cambium-cnmaestro", "to": "/mobile/helium-plus-cambium-cnmaestro" },
{ "from": "/mobile/data-only-Cisco-WLC-9800", "to": "/mobile/helium-plus-Cisco-WLC-9800" },
{ "from": "/mobile/data-only-Cisco-WLC-5520", "to": "/mobile/helium-plus-Cisco-WLC-5520" },
{ "from": "/iot/coverage-mapping", "to": "/iot/lorawan-network-servers" },
{ "from": "/api/blockchain/introduction", "to": "/network-data/legacy-blockchain-data" },
{ "from": "/hotspot-makers", "to": "/iot/onboard-a-hotspot" },
{ "from": "/troubleshooting/network-troubleshooting", "to": "https://hardware.hellohelium.com/" },
{ "from": "/troubleshooting/replace-sd-card", "to": "https://hardware.hellohelium.com/" },
{ "from": "/iot/denylist", "to": "/iot/lorawan-network-servers" },
{ "from": "/console/integrations/json-schema", "to": "/iot/lorawan-network-servers" },
{ "from": "/tokens/mobile-token", "to": "/tokens/hnt-token" },
{ "from": "/wallets/app-wallet/transfer-hotspot", "to": "/wallets/helium-wallet-app" },
{ "from": "/iot/lorawan-region-plans", "to": "/iot/lorawan-network-servers" },
{ "from": "/blockchain/mining", "to": "/tokens/hnt-token" },
{ "from": "/iot/lorawan-frequency-plans", "to": "/iot/lorawan-network-servers" },
{ "from": "/console", "to": "/iot/lorawan-network-servers" },
{ "from": "/faq/helium-network", "to": "/" },
{ "from": "/helium-tokens/*", "to": "/tokens/hnt-token" },
{ "from": "/devblog/*", "to": "/" }
]
}