Skip to content

Commit

Permalink
Fix broken links (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Oct 11, 2022
1 parent 2c31c05 commit 10aed86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/invoking-contracts-with-transactions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ This `SCVec` contains the parameters that will be passed to the host function th

### Footprint
The footprint must contain the `LedgerKeys` that will be read and/or written. More
information about the footprint can be found in the advanced section of [interacting with contracts](interacting-with-contracts#storage-footprint-and-preflight).
information about the footprint can be found in the advanced section of [interacting with contracts](../learn/interacting-with-contracts#storage-footprint-and-preflight).
4 changes: 2 additions & 2 deletions docs/tutorials/run-on-sandbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ find on a Stellar network.

:::info
It's also possible to run a contract on a fully featured local network. See
[Run on a Local Network] for more details.
[Deploy to a Local Network] for more details.
:::

Using the code we wrote in [Write a Contract] and the resulting `.wasm` file
Expand All @@ -34,6 +34,6 @@ The following output should appear.
```

[Write a Contract]: write-a-contract
[Run on a Local Network]: run-on-local-network
[Deploy to a Local Network]: deploy-to-local-network
[Build]: build
[`soroban-cli`]: ../getting-started/setup#install-the-soroban-cli

0 comments on commit 10aed86

Please sign in to comment.