diff options
author | 2021-12-23 13:13:26 -0500 | |
---|---|---|
committer | 2021-12-23 13:13:26 -0500 | |
commit | c1593a66e1fe8739ba881f76736330459d0ffc8e (patch) | |
tree | 7165451eeb9a7cf9d2bd6c14ee747892f4cae618 | |
parent | Content: update help channel claiming system (diff) |
Fix markdown error linking to recommended editors
-rw-r--r-- | pydis_site/apps/content/resources/guides/python-guides/creating-python-environment-windows.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/python-guides/creating-python-environment-windows.md b/pydis_site/apps/content/resources/guides/python-guides/creating-python-environment-windows.md index 356d63bd..635c384f 100644 --- a/pydis_site/apps/content/resources/guides/python-guides/creating-python-environment-windows.md +++ b/pydis_site/apps/content/resources/guides/python-guides/creating-python-environment-windows.md @@ -29,7 +29,7 @@ You will also need a text editor for writing Python programs, and for subsequent Powerful programs called integrated development environments (IDEs) like PyCharm and Visual Studio Code contain text editors, but they also contain many other features with uses that aren't immediately obvious to new programmers. [Notepad++](https://notepad-plus-plus.org/) is a popular text editor for both beginners and advanced users who prefer a simpler interface. -Other editors we recommend can be found (https://pythondiscord.com/resources/tools/#editors)[here]. +Other editors we recommend can be found [here](https://pythondiscord.com/resources/tools/#editors). ## Installing Git Bash Git is a command line program that helps you keep track of changes to your code, among other things. |