From 48d0a25647d13638e4b1cda37fa1f57420dce7e4 Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Wed, 6 Mar 2024 15:00:11 -0600 Subject: [PATCH] use the correct link for the new Soroban-RPC docs (#770) --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index a98371f7..4b52fd70 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -109,7 +109,7 @@ const config = { position: 'left' }, { - href: 'https://developers.stellar.org/platforms/soroban-rpc', + href: 'https://developers.stellar.org/network/soroban-rpc', label: 'API', position: 'left' },