Skip to content

Commit

Permalink
repair links
Browse files Browse the repository at this point in the history
  • Loading branch information
zamrokk committed Oct 30, 2024
1 parent 91d0c1a commit 265f0ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/tutorials/dapp/part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ sequenceDiagram

## Get the code

Get the code from the first session: https://github.com/marigold-dev/training-dapp-1/blob/main/solution
Get the code from the first session: https://github.com/trilitech/tutorial-applications/tree/main/training-dapp-1

```bash
git clone https://github.com/marigold-dev/training-dapp-1.git
git clone https://github.com/trilitech/tutorial-applications.git
```

Reuse the code from the previous smart contract: https://github.com/marigold-dev/training-dapp-1/blob/main/solution/contracts/pokeGame.jsligo
Reuse the code from the previous smart contract: https://github.com/trilitech/tutorial-applications/tree/main/training-dapp-1/contracts/pokeGame.jsligo

Install all libraries locally:

Expand Down Expand Up @@ -557,7 +557,7 @@ The higher the percentage of mutants killed, the more effective your tests are.

## Update the frontend

1. Reuse the dApp files from [the previous session](https://github.com/marigold-dev/training-dapp-1/tree/main/solution/app).
1. Reuse the dApp files from [the previous session](https://github.com/trilitech/tutorial-applications/tree/main/training-dapp-1/app).

1. Redeploy a new version of the smart contract.

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/dapp/part-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ sequenceDiagram

## Prerequisites

Prerequisites are the same as the first session: https://github.com/marigold-dev/training-dapp-1#memo-prerequisites.
Prerequisites are the same as the first session: https://docs.tezos.com/tutorials/dapp#prerequisites.

Get the code from the session 2 solution [here](https://github.com/marigold-dev/training-dapp-2/tree/main/solution).
Get the code from the session 2 solution [here](https://github.com/trilitech/tutorial-applications/tree/main/training-dapp-2).

## Tickets

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/dapp/part-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Let's see some tricks that allow you to upgrade a contract.

# Prerequisites

There is nothing more than you need on the first session: https://github.com/marigold-dev/training-dapp-1#memo-prerequisites.
There is nothing more than you need on the first session: https://docs.tezos.com/tutorials/dapp#prerequisites.

Get the code from the session 3 or the solution [here](https://github.com/marigold-dev/training-dapp-3/tree/main/solution).
Get the code from the session 3 or the solution [here](https://github.com/trilitech/tutorial-applications/tree/main/training-dapp-3).

# Upgrades

Expand Down

0 comments on commit 265f0ed

Please sign in to comment.