From 319bd3f2489d543f2648534cfaacfc6e0385fb48 Mon Sep 17 00:00:00 2001 From: "Tyler.S" Date: Thu, 8 Feb 2024 13:06:33 -0800 Subject: [PATCH] Link to soroban-rpc repo for Soroban RPC --- README.md | 2 +- docs/reference/rpc.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48ff6990..affa1de2 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ basics: [Docusaurus]: https://docusaurus.io [MDX]: https://mdxjs.com [yarn]: https://yarnpkg.com/ -[Soroban RPC]: https://github.com/stellar.org/soroban-tools/cmd/soroban-rpc +[Soroban RPC]: https://github.com/stellar.org/soroban-rpc/cmd/soroban-rpc [OpenRPC specification]: https://github.com/stellar/soroban-docs/blob/main/static/openrpc.json [create an issue]: https://github.com/stellar/soroban-docs/issues [Dapps Challenge]: https://soroban.stellar.org/dapps diff --git a/docs/reference/rpc.mdx b/docs/reference/rpc.mdx index 4cda480c..ae3a9f82 100644 --- a/docs/reference/rpc.mdx +++ b/docs/reference/rpc.mdx @@ -27,7 +27,7 @@ The Quickstart image with the RPC service can run on a standard laptop with 8GB - [Friendbot server] - HTTP API for creating and funding new accounts on test networks. [Stellar Core]: https://github.com/stellar/stellar-core -[Soroban RPC]: https://github.com/stellar/soroban-tools/tree/main/cmd/soroban-rpc +[Soroban RPC]: https://github.com/stellar/soroban-rpc/tree/main/cmd/soroban-rpc [Horizon server]: https://github.com/stellar/go/tree/master/services/horizon [Friendbot server]: https://github.com/stellar/go/tree/master/services/friendbot @@ -515,7 +515,7 @@ Note that the above generated configuration contains the default values and you ### Build From Source -Instructions for building Soroban RPC from source can be found [here](https://github.com/stellar/soroban-tools/blob/main/cmd/soroban-rpc/README.md). +Instructions for building Soroban RPC from source can be found [here](https://github.com/stellar/soroban-rpc/blob/main/cmd/soroban-rpc/README.md). ### Hardware Requirements