Skip to content

Commit f3bc9e2

Browse files
committed
Fix links in dev tools page
1 parent 27157d0 commit f3bc9e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

resources/dev-tools/index.page.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ const api_access_tools = [
4949
title: "WebSocket Tool",
5050
description:
5151
"Send sample requests and get responses from the rippled API.",
52-
href: "websocket-api-tool",
52+
href: "/resources/dev-tools/websocket-api-tool",
5353
img: require("../../static/img/dev-tools/websocket-tool.png"),
5454
},
5555
{
5656
id: "rpc",
5757
title: "RPC Tool",
5858
description:
5959
"Print raw information about an XRP Ledger account, transaction, or ledger.",
60-
href: "xrp-ledger-rpc-tool",
60+
href: "/resources/dev-tools/rpc-tool",
6161
img: require("../../static/img/dev-tools/rpc-tool.png"),
6262
},
6363
{
@@ -72,15 +72,15 @@ const api_access_tools = [
7272
title: "Faucets",
7373
description:
7474
"Get credentials and test-XRP for XRP Ledger Testnet or Devnet.",
75-
href: "xrp-testnet-faucet",
75+
href: "/resources/dev-tools/xrp-faucets",
7676
img: require("../../static/img/dev-tools/faucets.png"),
7777
},
7878
{
7979
id: "trasaction-sender",
8080
title: "Transaction Sender",
8181
description:
8282
"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",
8484
img: require("../../static/img/dev-tools/transaction-sender.png"),
8585
},
8686
];
@@ -90,14 +90,14 @@ const other = [
9090
id: "domain",
9191
title: "Domain Verification Checker",
9292
description: "Verify your validator's domain.",
93-
href: "validator-domain-verifier",
93+
href: "/resources/dev-tools/domain-verifier",
9494
img: require("../../static/img/dev-tools/domain-checker.png"),
9595
},
9696
{
9797
id: "xrp-ledger",
9898
title: "xrp-ledger.toml Checker",
9999
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",
101101
img: require("../../static/img/dev-tools/toml-checker.png"),
102102
},
103103
{

0 commit comments

Comments
 (0)