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

Add links to Setup #21

Merged
merged 2 commits into from
Jul 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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