Skip to content

Commit 74e1318

Browse files
authored
Merge pull request #1730 from nikhiljohn10/installation-anchor-tag-fix
[BUGFIX] Anchor tags in Installation page fixed
2 parents 4441ae1 + 1ff645b commit 74e1318

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

en/SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
* [Virtual Environment](installation/README.md#virtualenv)
99
* [Django](installation/README.md#django)
1010
* [Git](installation/README.md#git)
11-
* [GitHub](installation/README.md#github)
12-
* [PythonAnywhere](installation/README.md#pythonanywhere)
11+
* [GitHub](installation/README.md#github-account)
12+
* [PythonAnywhere](installation/README.md#pythonanywhere-account)
1313
* [Installation (chromebook)](chromebook_setup/README.md)
1414
* [How the Internet works](how_the_internet_works/README.md)
1515
* [Introduction to command line](intro_to_command_line/README.md)

en/installation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ Many of the steps below reference the "console", "terminal", "command window", o
3737
# Install Git {#git}
3838
{% include "/deploy/install_git.md" %}
3939

40-
# Create a GitHub account {#github}
40+
# Create a GitHub account {#github-account}
4141
Go to [GitHub.com](https://www.github.com) and sign up for a new, free user account. Be sure to remember your password (add it to your password manager, if you use one).
4242

43-
# Create a PythonAnywhere account {#pythonanywhere}
43+
# Create a PythonAnywhere account {#pythonanywhere-account}
4444
{% include "/deploy/signup_pythonanywhere.md" %}
4545

4646

0 commit comments

Comments
 (0)