-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathredirects.json
61 lines (61 loc) · 2.92 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"/guide/index.html": "/start",
"/guide/address.html": "/api/lib/address",
"/guide/transaction.html": "/api/lib/transaction",
"/guide/script.html": "/api/lib/script",
"/guide/module/p2p/index.html": "/api/p2p",
"/guide/module/payment-protocol/index.html": "/api/paypro",
"/guide/privatekey.html": "/api/lib/private-key",
"/guide/hierarchical.html": "/api/lib/hd-keys",
"/guide/networks.html": "/api/lib/networks",
"/guide/publickey.html": "/api/lib/public-key",
"/guide/unit.html": "/api/lib/unit",
"/guide/uri.html": "/api/lib/uri",
"/guide/block.html": "/api/lib/block",
"/guide/crypto.html": "/api/lib/crypto",
"/guide/encoding.html": "/api/lib/encoding",
"/guide/browser.html": "/guides/browser",
"/guide/contributing.html": "/api/testing",
"/guide/unspentoutput.html": "/api/lib/unspent-output",
"/guide/module/p2p/messages.html": "/api/p2p/messages",
"/guide/module/p2p/peer.html": "/api/p2p/peer",
"/guide/module/p2p/pool.html": "/api/p2p/pool",
"/guide/module/message/index.html": "/api/message",
"/guide/module/mnemonic/index.html": "/api/mnemonic",
"/guide/module/ecies/index.html": "/api/ecies",
"/guide/module/channel/index.html": "/api/channel",
"/guide/module/explorers/index.html": "/api/explorers",
"/guide/module/explorers/": "/api/explorers",
"/guide/paymentprotocol.html": "/api/paypro",
"/api/index.html": "/api/",
"/api/address.html": "/api/lib/address",
"/api/hdprivatekey.html": "/api/lib/hd-keys",
"/api/hdpublickey.html": "/api/lib/hd-keys",
"/api/networks.html": "/api/lib/networks",
"/api/privatekey.html": "/api/lib/private-key",
"/api/publickey.html": "/api/lib/public-key",
"/api/unit.html": "/api/lib/unit",
"/api/uri.html": "/api/lib/uri",
"/api/crypto/point.html": "/api/lib/crypto",
"/api/script/script.html": "/api/lib/script",
"/api/transaction/transaction.html": "/api/lib/transaction",
"/api/transaction/unspentoutput.html": "/api/lib/unspent-output",
"/api/transaction/sighash.html": "/api/lib/transaction",
"/api/module/p2p/inventory.html": "/api/p2p/messages",
"/api/module/p2p/messages/index.html": "/api/p2p/messages",
"/api/module/p2p/messages/": "/api/p2p/messages",
"/api/module/p2p/peer.html": "/api/p2p/peer",
"/api/module/p2p/pool.html": "/api/p2p/pool",
"/api/module/message/message.html": "/api/message",
"/api/module/mnemonic/mnemonic.html": "/api/mnemonic",
"/api/module/channel/consumer.html": "/api/channel",
"/api/module/channel/provider.html": "/api/channel",
"/api/module/channel/transactions/commitment.html": "/api/channel",
"/api/module/channel/transactions/payment.html": "/api/channel",
"/api/module/channel/transactions/refund.html": "/api/channel",
"/api/module/explorers/insight.html": "/api/explorers",
"/api/script/index.html": "/api/lib/script",
"/api/transaction/index.html": "/api/lib/transaction",
"/api/module/p2p/index.html": "/api/p2p/peer",
"/api/module/explorers/index.html": "/api/explorers"
}