Skip to content

Commit 8ef8262

Browse files
authored
Merge pull request hpcugent#1002 from hpcugent/gb_http
Change http to https where needed
2 parents a402d35 + 01e0fe4 commit 8ef8262

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,7 @@ cython_debug/
162162
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
163163
# and can be added to the global gitignore or merged into this file. For a more nuclear
164164
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
165-
#.idea/
165+
#.idea/
166+
167+
# mailmap can cause privacy issues
168+
.mailmap

mkdocs/docs/HPC/connecting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ Last login: Mon Jan 12 18:52:20 2015 from example.kuleuven.be
360360
* status messages concerning KU Leuven *
361361
* services (incl. HPC): *
362362
* *
363-
* https://status.kuleuven.be/ *
363+
* https://status.kuleuven.be/ *
364364
* *
365365
* For VSC user documentation: *
366366
* *

mkdocs/docs/HPC/linux-tutorial/common_pitfalls.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ smallest of problems!**
137137

138138
# More information
139139

140-
1. [Unix Power Tools - A **fantastic ** book about most of these tools](https://www.docstore.mik.ua/orelly/unix/upt/index.htm) (see also [The Second Edition](https://www.docstore.mik.ua/orelly/unix2.1/index.htm))
140+
1. [Unix Power Tools - A **fantastic ** book about most of these
141+
tools](https://web.archive.org/web/20081219192620/http://docstore.mik.ua/orelly/unix/upt/index.htm)
141142

142143
2. <https://linuxcommand.org/>: A great place to start with many
143144
examples. There is an associated book which gets a lot of good
@@ -151,6 +152,6 @@ smallest of problems!**
151152
5. [Bash for
152153
beginners](https://www.tldp.org/LDP/Bash-Beginners-Guide/html/Bash-Beginners-Guide.html)
153154

154-
6. [MOOC](https://www.edx.org/course/introduction-linux-linuxfoundationx-lfs101x-0)
155+
6. [MOOC](https://www.edx.org/learn/linux/the-linux-foundation-introduction-to-linux)
155156

156157
Please don't hesitate to contact in case of questions or problems.

scripts/link_checker/whitelist.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ https://www.tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html
6767
https://www.tldp.org/LDP/Bash-Beginners-Guide/html/Bash-Beginners-Guide.html
6868
https://www.tldp.org/guides.html
6969

70-
# 403
71-
https://www.edx.org/course/introduction-linux-linuxfoundationx-lfs101x-0
72-
7370
# gone?
7471
https://www.straightrunning.com/XmingNotes/
7572

0 commit comments

Comments
 (0)