diff --git a/docs/developing.md b/docs/developing.md index 001c024e0..774d5d246 100644 --- a/docs/developing.md +++ b/docs/developing.md @@ -62,6 +62,6 @@ To test smart contracts and dApps, you can use these test environments: - Sandbox environments like [Flextesa](https://tezos.gitlab.io/flextesa/) run Tezos nodes locally on your computer in a sandbox mode. - You can also set up your own private test network. -For more information about test environments, see [Testing on sandboxes and testnets](/developing/testnets). +For more information about test environments, see [Testing on testnets](/developing/testnets) and [Using a local sandbox](/developing/sandbox). LIGO and SmartPy also have built-in testing capabilities. diff --git a/docs/developing/octez-client/accounts.md b/docs/developing/octez-client/accounts.md index 122070698..7ba6106f8 100644 --- a/docs/developing/octez-client/accounts.md +++ b/docs/developing/octez-client/accounts.md @@ -24,7 +24,7 @@ octez-client show address local_account The account address (technically the hash of the public key) starts with `tz1`, `tz2`, or `tz3`. You can use this address to send tez to this account, such as from a faucet if you are using a testnet. -See [Testing on sandboxes and testnets](/developing/testnets). +See [Testing on testnets](/developing/testnets).