Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Add links to Setup (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Jul 29, 2022
1 parent bfc2778 commit c0f069b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/example-contracts/custom-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 2 additions & 0 deletions docs/example-contracts/hello-world.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 2 additions & 0 deletions docs/example-contracts/increment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit c0f069b

Please sign in to comment.