diff --git a/docs/example-contracts/custom-types.mdx b/docs/example-contracts/custom-types.mdx index 418ddd34..2b5f1351 100644 --- a/docs/example-contracts/custom-types.mdx +++ b/docs/example-contracts/custom-types.mdx @@ -14,6 +14,8 @@ invocations. First go through the [Setup] process to get your development environment configured, then clone the examples repository: +[Setup]: ../getting-started/setup.mdx + ``` git clone https://github.com/stellar/soroban-examples ``` diff --git a/docs/example-contracts/hello-world.mdx b/docs/example-contracts/hello-world.mdx index 757c4e6c..4d88d494 100644 --- a/docs/example-contracts/hello-world.mdx +++ b/docs/example-contracts/hello-world.mdx @@ -13,6 +13,8 @@ single function that takes one input and returns it as an output. First go through the [Setup] process to get your development environment configured, then clone the examples repository: +[Setup]: ../getting-started/setup.mdx + ``` git clone https://github.com/stellar/soroban-examples ``` diff --git a/docs/example-contracts/increment.mdx b/docs/example-contracts/increment.mdx index 442df1b3..19618f56 100644 --- a/docs/example-contracts/increment.mdx +++ b/docs/example-contracts/increment.mdx @@ -13,6 +13,8 @@ single function that increments an internal counter and returns the value. First go through the [Setup] process to get your development environment configured, then clone the examples repository: +[Setup]: ../getting-started/setup.mdx + ``` git clone https://github.com/stellar/soroban-examples ```