Skip to content

Commit 2cc2b6e

Browse files
committed
Fixed path to the images
1 parent 9672a00 commit 2cc2b6e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

en/chromebook_setup/instructions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,29 @@ Your installation experience will be a little different.
55
- Make a [GitHub](https://github.com) account.
66
- Create a GitHub project. Visit [this](https://github.com/new) link, choose any name for your project, and make it public (needed for deployment, you can make it private later). Also, add a `README.md` and `.gitignore` file.
77

8-
![](images/create-new-repo.png)
8+
![](../chromebook_setup/images/create-new-repo.png)
99

1010
In case you using this instruction, some steps of the tutorial don't have to be done again ("Deploy/Git" [part](https://tutorial.djangogirls.org/en/deploy/#installing-git)).
1111

1212
- Start a Codespace. Go to GitHub [Codespaces](https://github.com/codespaces/new) and select the repository you just created. Click "Create Codespace".
1313

14-
![](images/create-new-codespace.png)
14+
![](../chromebook_setup/images/create-new-codespace.png)
1515

1616
Wait a little bit and you'll see something like that:
1717

18-
![](images/codespace-preview.png)
18+
![](../chromebook_setup/images/codespace-preview.png)
1919

2020
The [VSCode](https://code.visualstudio.com) editor will open for you automatically. If you see a notification that says "Install Python", please click on it. If not prompted, click the "Extensions" icon on the left sidebar in the Codespace editor. Search for "Python" and click "Install."
2121

22-
![](images/vscode-install-python.png)
22+
![](../chromebook_setup/images/vscode-install-python.png)
2323

2424
The bash terminal (similar to Linux) is at the bottom of the page.
2525

26-
![](images/codespace-preview.png)
26+
![](../chromebook_setup/images/codespace-preview.png)
2727

2828
By default, the GitHub Codespace environment will be deleted after 1 month (this applies only to the environment, not your code). To prevent auto-deletion, you can adjust the settings on the page: https://github.com/codespaces
2929

30-
![](images/codespace-auto-delete-off.png)
30+
![](../chromebook_setup/images/codespace-auto-delete-off.png)
3131

3232
- Continue with the tutorial
3333

0 commit comments

Comments
 (0)