From d87bdba3d4d302a697b220d96832c1d8750af391 Mon Sep 17 00:00:00 2001 From: nuts-rice Date: Mon, 13 May 2024 08:40:53 -0400 Subject: [PATCH 1/2] Update source.mdx Fixed link to testnet docs --- packages/docs/pages/introduction/install/source.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docs/pages/introduction/install/source.mdx b/packages/docs/pages/introduction/install/source.mdx index 4f3d587e..6ece0dfe 100644 --- a/packages/docs/pages/introduction/install/source.mdx +++ b/packages/docs/pages/introduction/install/source.mdx @@ -21,7 +21,7 @@ make install During internal and private testnets, checkout the latest testnet branch using `git checkout $NAMADA_TESTNET_BRANCH`. -Where `$NAMADA_TESTNET_BRANCH` is the name of the testnet branch, which will be specified in the [testnet documentation](../testnets/environment-setup.mdx). +Where `$NAMADA_TESTNET_BRANCH` is the name of the testnet branch, which will be specified in the [testnet documentation](../../../networks/testnets.mdx). ## Adding binaries to `$PATH` @@ -37,4 +37,4 @@ cp namada/target/release/namada* $HOME/.local/bin/ See the page on [using namada binaries](./binaries/overview-of-binaries.mdx) for more information. ## Troubleshooting -Please see the troubleshooting page for [building from source](./source/troubleshooting.mdx) for more information. \ No newline at end of file +Please see the troubleshooting page for [building from source](./source/troubleshooting.mdx) for more information. From b7171f7d4891c24b840a6696412acd2bc74fbcb9 Mon Sep 17 00:00:00 2001 From: nuts-rice Date: Mon, 13 May 2024 12:57:46 +0000 Subject: [PATCH 2/2] actually fix link --- packages/docs/pages/introduction/install/source.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/pages/introduction/install/source.mdx b/packages/docs/pages/introduction/install/source.mdx index 6ece0dfe..ff0b80de 100644 --- a/packages/docs/pages/introduction/install/source.mdx +++ b/packages/docs/pages/introduction/install/source.mdx @@ -21,7 +21,7 @@ make install During internal and private testnets, checkout the latest testnet branch using `git checkout $NAMADA_TESTNET_BRANCH`. -Where `$NAMADA_TESTNET_BRANCH` is the name of the testnet branch, which will be specified in the [testnet documentation](../../../networks/testnets.mdx). +Where `$NAMADA_TESTNET_BRANCH` is the name of the testnet branch, which will be specified in the [testnet documentation](../../networks/testnets.mdx). ## Adding binaries to `$PATH`