Skip to content

Commit 8c76c1f

Browse files
authored
Merge pull request #1688 from das-g/link-to-installation-chapter
link to installation chapter
2 parents d40a52b + e045f3a commit 8c76c1f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

en/chromebook_setup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Chromebook setup
22

3-
> **Note** If you already worked through the installation steps, no need to do this again – you can skip straight ahead to [Introduction to Python](../python_introduction/README.md).
3+
> **Note** If you already worked through the [installation steps](../installation/README.md), no need to do this again – you can skip straight ahead to [Introduction to Python](../python_introduction/README.md).
44
55
{% include "/chromebook_setup/instructions.md" %}

en/code_editor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ You're about to write your first line of code, so it's time to download a code e
66

77
> **Note** If you're using a Chromebook, skip this chapter and make sure you follow the [Chromebook Setup](../chromebook_setup/README.md) instructions. The cloud IDE you chose (PaizaCloud Cloud IDE or AWS Cloud9) includes a code editor, and when you open a file in your IDE from the File menu, you will automatically be using the editor.
88
9-
> **Note** You might have done this earlier in the Installation chapter – if so, you can skip right ahead to the next chapter!
9+
> **Note** You might have done this earlier in the [Installation chapter](../installation/README.md) – if so, you can skip right ahead to the next chapter!
1010
1111
{% include "/code_editor/instructions.md" %}

en/deploy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ These three places will be important to you. Your local computer will be the pl
1212

1313
# Git
1414

15-
> **Note** If you already did the installation steps, there's no need to do this again – you can skip to the next section and start creating your Git repository.
15+
> **Note** If you already did the [installation steps](../installation/README.md), there's no need to do this again – you can skip to the next section and start creating your Git repository.
1616
1717
{% include "/deploy/install_git.md" %}
1818

en/django_installation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
> **Note** If you're using a Chromebook, skip this chapter and make sure you follow the [Chromebook Setup](../chromebook_setup/README.md) instructions.
44
5-
> **Note** If you already worked through the installation steps then you've already done this – you can go straight to the next chapter!
5+
> **Note** If you already worked through the [installation steps](../installation/README.md) then you've already done this – you can go straight to the next chapter!
66
77
{% include "/django_installation/instructions.md" %}

en/python_installation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Python originated in the late 1980s and its main goal is to be readable by human
1010

1111
> **Note** If you're using a Chromebook, skip this chapter and make sure you follow the [Chromebook Setup](../chromebook_setup/README.md) instructions.
1212
13-
> **Note** If you already worked through the installation steps, there's no need to do this again – you can skip straight ahead to the next chapter!
13+
> **Note** If you already worked through the [installation steps](../installation/README.md), there's no need to do this again – you can skip straight ahead to the next chapter!
1414
1515
{% include "/python_installation/instructions.md" %}
1616

0 commit comments

Comments
 (0)