Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit cc577e6

Browse files
fix images, update fuelup install in CI (#88)
1 parent 1c38cb4 commit cc577e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: Swatinem/rust-cache@v1
2121
- name: Install Fuelup
2222
run: |
23-
curl --proto '=https' --tlsv1.2 -sSf https://fuellabs.github.io/fuelup/fuelup-init.sh | sh
23+
curl --proto '=https' --tlsv1.2 -sSf https://install.fuel.network/fuelup-init.sh | sh
2424
- name: Modify Path
2525
run: echo "$HOME/.fuelup/bin:${GITHUB_PATH}" >> $GITHUB_PATH
2626
- name: Set Default Beta-2 Toolchain

src/quickstart/frontend.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Success! Created frontend at Fuel/fuel-project/frontend
2121

2222
You should now have your outer folder, `fuel-project`, with two folders inside: `counter-contract` and `frontend`
2323

24-
![project folder structure](/../images/quickstart-folder-structure.png)
24+
![project folder structure](../images/quickstart-folder-structure.png)
2525

2626
### Install the `fuels` SDK dependency
2727

@@ -125,7 +125,7 @@ Note that the development build is not optimized.
125125
To create a production build, use npm run build.
126126
```
127127

128-
![screenshot of the UI](./images/quickstart-dapp-screenshot.png)
128+
![screenshot of the UI](../images/quickstart-dapp-screenshot.png)
129129

130130
### You just built a fullstack dapp on Fuel! ⛽
131131

0 commit comments

Comments
 (0)