@@ -49,15 +49,15 @@ const api_access_tools = [
49
49
title : "WebSocket Tool" ,
50
50
description :
51
51
"Send sample requests and get responses from the rippled API." ,
52
- href : "websocket-api-tool" ,
52
+ href : "/resources/dev-tools/ websocket-api-tool" ,
53
53
img : require ( "../../static/img/dev-tools/websocket-tool.png" ) ,
54
54
} ,
55
55
{
56
56
id : "rpc" ,
57
57
title : "RPC Tool" ,
58
58
description :
59
59
"Print raw information about an XRP Ledger account, transaction, or ledger." ,
60
- href : "xrp-ledger- rpc-tool" ,
60
+ href : "/resources/dev-tools/ rpc-tool" ,
61
61
img : require ( "../../static/img/dev-tools/rpc-tool.png" ) ,
62
62
} ,
63
63
{
@@ -72,15 +72,15 @@ const api_access_tools = [
72
72
title : "Faucets" ,
73
73
description :
74
74
"Get credentials and test-XRP for XRP Ledger Testnet or Devnet." ,
75
- href : "xrp-testnet-faucet " ,
75
+ href : "/resources/dev-tools/ xrp-faucets " ,
76
76
img : require ( "../../static/img/dev-tools/faucets.png" ) ,
77
77
} ,
78
78
{
79
79
id : "trasaction-sender" ,
80
80
title : "Transaction Sender" ,
81
81
description :
82
82
"Test how your code handles various XRP Ledger transactions by sending them over the Testnet to the address." ,
83
- href : "tx-sender" ,
83
+ href : "/resources/dev-tools/ tx-sender" ,
84
84
img : require ( "../../static/img/dev-tools/transaction-sender.png" ) ,
85
85
} ,
86
86
] ;
@@ -90,14 +90,14 @@ const other = [
90
90
id : "domain" ,
91
91
title : "Domain Verification Checker" ,
92
92
description : "Verify your validator's domain." ,
93
- href : "validator- domain-verifier" ,
93
+ href : "/resources/dev-tools/ domain-verifier" ,
94
94
img : require ( "../../static/img/dev-tools/domain-checker.png" ) ,
95
95
} ,
96
96
{
97
97
id : "xrp-ledger" ,
98
98
title : "xrp-ledger.toml Checker" ,
99
99
description : "Verify that your xrp-ledger.toml file is set up properly." ,
100
- href : "xrp-ledger-toml-checker" ,
100
+ href : "/resources/dev-tools/ xrp-ledger-toml-checker" ,
101
101
img : require ( "../../static/img/dev-tools/toml-checker.png" ) ,
102
102
} ,
103
103
{
0 commit comments