Skip to content
Open
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
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion documentation/leo_by_example/01_auction.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The auction is conducted in a series of stages.

## How to Run

Follow the [Leo Installation Instructions](https://docs.leo-lang.org/leo/installation).
Follow the [Leo Installation Instructions](https://docs.leo-lang.org/getting_started/installation).

This auction program can be run using the following bash script. Locally, it will execute Leo program functions to conduct, bid, and close a three party auction.

Expand Down
2 changes: 1 addition & 1 deletion documentation/leo_by_example/02_basic_bank.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ There are, of course, ways to write a version of this application without these

## How to Run

Follow the [Leo Installation Instructions](https://docs.leo-lang.org/leo/installation).
Follow the [Leo Installation Instructions](https://docs.leo-lang.org/getting_started/installation).

This basic bank program can be run using the following bash script. Locally, it will execute Leo program functions to issue, deposit, and withdraw tokens between a bank and a user.

Expand Down
2 changes: 1 addition & 1 deletion documentation/leo_by_example/03_vote.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Proposal information and voting results are revealed using the public `mapping`

## How to Run

Follow the [Leo Installation Instructions](https://docs.leo-lang.org/leo/installation).
Follow the [Leo Installation Instructions](https://docs.leo-lang.org/getting_started/installation).

This vote program can be run using the following bash script. Locally, it will execute Leo program functions to create proposals, create tickets, and make votes.

Expand Down
2 changes: 1 addition & 1 deletion documentation/leo_by_example/04_token.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A transparent & shielded custom token in Leo.

## How to Run

Follow the [Leo Installation Instructions](https://docs.leo-lang.org/leo/installation).
Follow the [Leo Installation Instructions](https://docs.leo-lang.org/getting_started/installation).

This token program can be run using the following bash script. Locally, it will execute Leo program functions to mint and transfer tokens publicly and privately.

Expand Down
2 changes: 1 addition & 1 deletion documentation/leo_by_example/05_tictactoe.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The game board is represented by a struct called `Board`, which contains three `

## How to Run

Follow the [Leo Installation Instructions](https://docs.leo-lang.org/leo/installation).
Follow the [Leo Installation Instructions](https://docs.leo-lang.org/getting_started/installation).

This tictactoe program can be run using the following bash script. Locally, it will execute Leo program functions to create and play a game of Tic Tac Toe.

Expand Down
2 changes: 1 addition & 1 deletion documentation/leo_by_example/06_battleship.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This application was translated into Leo from the [zk-battleship](https://github

## How to Run

Follow the [Leo Installation Instructions](https://docs.leo-lang.org/leo/installation).
Follow the [Leo Installation Instructions](https://docs.leo-lang.org/getting_started/installation).

This battleship program can be run using the following bash script. Locally, it will execute Leo program functions to create the board, place ships, and play a game of battleship.

Expand Down