Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 265f0ed

Browse files
committed
repair links
1 parent 91d0c1a commit 265f0ed

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/tutorials/dapp/part-2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ sequenceDiagram
2727

2828
## Get the code
2929

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

3232
```bash
33-
git clone https://github.com/marigold-dev/training-dapp-1.git
33+
git clone https://github.com/trilitech/tutorial-applications.git
3434
```
3535

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

3838
Install all libraries locally:
3939

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

558558
## Update the frontend
559559

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

562562
1. Redeploy a new version of the smart contract.
563563

docs/tutorials/dapp/part-3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ sequenceDiagram
3131

3232
## Prerequisites
3333

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

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

3838
## Tickets
3939

docs/tutorials/dapp/part-4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Let's see some tricks that allow you to upgrade a contract.
1919

2020
# Prerequisites
2121

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

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

2626
# Upgrades
2727

0 commit comments

Comments
 (0)