Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit a99dd7d

Browse files
committed
[docs] Make 'Further Reading' sections consistent
1 parent 5326d2c commit a99dd7d

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

src/docs/languages/bash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ Not sure about Bash IDE? Try it in Gitpod
7070
7171
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/gitpod-io/Gitpod-BashIDE)
7272
73-
## External Resources
73+
## Further Reading
7474
7575
- For more information about ShellCheck please see [shellcheck.net](https://shellcheck.net)

src/docs/languages/go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ To see a basic repository with Go debugging enabled, please check out [gitpod-io
125125

126126
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/gitpod-io/Gitpod-Go-Debug)
127127

128-
## External Resources
128+
## Further Reading
129129

130130
- [VSCode/Go Documentation](https://code.visualstudio.com/docs/languages/go) The stuff here also applies to Gitpod!
131131
- [VSCode/Go debugging](https://github.com/Microsoft/vscode-go/wiki/Debugging-Go-code-using-VS-Code) VSCode's Documentation on Go debugging

src/docs/languages/php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ RUN sudo pecl channel-update pecl.php.net && \
9090
```
9191
where `<EXTENSION>` is the PHP extension you want to install, e.g. `xdebug`.
9292

93-
## External Resources
93+
## Further Reading
9494

9595
- [Gitpodifying a new Laravel Application](https://notes.etin.space/posts/gitpodifying-a-new-laravel-application) by Etin Obaseki

src/docs/languages/python.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ To see a basic repository with Python debugging enabled, please check out [gitpo
153153
<br>
154154

155155

156-
## Resources
156+
## Further Reading
157+
157158
* ***[VSCode documentation for Python debugging](https://code.visualstudio.com/docs/python/debugging)*** All the information there should also apply to Gitpod as well.
158159
* ***[Troubleshooting Matplotlib/TK](https://github.com/gitpod-io/gitpod/issues/795)*** Here is how to troubleshoot Matplotlib/TK issues for Python GUI applications.
159160
* ***[Debugging Django](https://community.gitpod.io/t/django-debugging/381/6)*** This is how to debug Django applications in Gitpod.

src/docs/languages/rust.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,6 @@ To see a basic repository with Rust debugging configured, please check out [gitp
223223

224224
<br>
225225

226-
## Resources
226+
## Further Reading
227+
227228
* ***[Rocket-Example](https://www.gitpod.io/blog/docker-in-gitpod/)*** For an example of how to setup a project for the [`Rocket`](https://rocket.rs/) web-development framework

0 commit comments

Comments
 (0)