From 073eb235e2c8198f74b5d6ca848fd34ee68b1801 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:58:03 +1000 Subject: [PATCH] fix --- docs/build/guides/testing/differential-tests.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/guides/testing/differential-tests.mdx b/docs/build/guides/testing/differential-tests.mdx index 3fcad6a93..ee2dfe782 100644 --- a/docs/build/guides/testing/differential-tests.mdx +++ b/docs/build/guides/testing/differential-tests.mdx @@ -113,7 +113,7 @@ Depending on the test complexity it can be desirable to use an independent `Env` [Getting Started]: ../../smart-contracts/getting-started [increment example]: https://github.com/stellar/soroban-examples/blob/main/increment/src/lib.rs [Differential Testing with Test Snapshots]: ./differential-tests-with-test-snapshots -[stellar contract fetch]: ../../tools/developer-tools/cli/stellar-cli#stellar-contract-fetch +[stellar contract fetch]: ../../../tools/developer-tools/cli/stellar-cli#stellar-contract-fetch [integration tests]: integration-tests [unit tests]: unit-tests [stellar/rs-soroban-sdk#1360]: https://github.com/stellar/rs-soroban-sdk/issues/1360