diff --git a/template/page-docs.html.jinja b/template/page-docs.html.jinja index 13b2a34a30..cf203649df 100644 --- a/template/page-docs.html.jinja +++ b/template/page-docs.html.jinja @@ -91,19 +91,19 @@ {% set recommendedPages = [ { "description": _("rippled API Reference"), - "link": "https://xrpl.org/manage-the-rippled-server.html", + "link": "./manage-the-rippled-server.html", }, { "description": _("XRP Faucet"), - "link": "https://xrpl.org/xrp-testnet-faucet.html", + "link": "./xrp-testnet-faucet.html", }, { "description": _("Getting Started with Python"), - "link": "https://xrpl.org/get-started-using-python.html#get-started-using-python", + "link": "./get-started-using-python.html#get-started-using-python", }, { "description": _("Websocket API Tool"), - "link": "https://xrpl.org/websocket-api-tool.html", + "link": "./websocket-api-tool.html", }, { "description": _("XRP Ledger Explorer"), "link": "https://livenet.xrpl.org" }, ] %} @@ -135,15 +135,15 @@ "subItems": [ { "description": "Trade on the decentralized exchange", - "link": "https://xrpl.org/trade-in-the-decentralized-exchange.html", + "link": "./trade-in-the-decentralized-exchange.html", }, { "description": "Make payments", - "link": "https://xrpl.org/send-xrp.html", + "link": "./send-xrp.html", }, { "description": "Use specialized payment types", - "link": "https://xrpl.org/use-specialized-payment-types.html" + "link": "./use-specialized-payment-types.html" } ], }, @@ -154,15 +154,15 @@ "subItems": [ { "description": "NFT Conceptual Overview", - "link": "https://xrpl.org/non-fungible-tokens.html", + "link": "./non-fungible-tokens.html", }, { "description": "NFToken Format", - "link": "https://xrpl.org/nftoken.html", + "link": "./nftoken.html", }, { "description": "NFToken Tester Tutorial", - "link": "https://xrpl.org/nftoken-tester-tutorial.html", + "link": "./nftoken-tester-tutorial.html", }, ], }, @@ -173,15 +173,15 @@ "subItems": [ { "description": "Peer to peer payments", - "link": "https://xrpl.org/direct-xrp-payments.html", + "link": "./direct-xrp-payments.html", }, { "description": "Cross-currency payments", - "link": "https://xrpl.org/cross-currency-payments.html", + "link": "./cross-currency-payments.html", }, { "description": "Escrows", - "link": "https://xrpl.org/escrow.html", + "link": "./escrow.html", }, ], }, @@ -215,13 +215,13 @@ set devTools = [ { "title": "Faucets", - "link": "https://xrpl.org/xrp-testnet-faucet.html", + "link": "./xrp-testnet-faucet.html", "description": "Get credentials and test-XRP for XRP Ledger Testnet or Devnet.", }, { "title": "WebSocket Tool", - "link": "https://xrpl.org/websocket-api-tool.html", + "link": "./websocket-api-tool.html", "description": "Send sample requests and get responses from the rippled API.", }, @@ -233,7 +233,7 @@ }, { "title": "Transaction Sender", - "link": "https://xrpl.org/tx-sender.html", + "link": "./tx-sender.html", "description": "Test how your code handles various XRP Ledger transactions by sending them over the Testnet to the address.", }, @@ -243,21 +243,21 @@