Skip to content

Commit 625b6dc

Browse files
authored
Merge pull request #785 from iddecker/rhel9-typos
rhel9 migration: fix 2 typos
2 parents f9b93ec + d0ffcfd commit 625b6dc

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ commands you put in there will be executed from the top to bottom.
303303

304304
However, there are some rules you need to abide by.
305305

306-
Here is a [very detailed guide](http://www.tldp.org/LDP/Bash-Beginners-Guide/html/) should you
306+
Here is a [very detailed guide](https://www.tldp.org/LDP/Bash-Beginners-Guide/html/) should you
307307
need more information.
308308

309309
### Shebang
@@ -357,7 +357,7 @@ brackets, the **then** needs to be at the beginning of a line. It is best to jus
357357
copy this example and modify it.
358358
359359
In the initial example, we used `-d` to test if a directory existed.
360-
There are [several more checks](http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html).
360+
There are [several more checks](https://www.tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html).
361361
362362
Another useful example, is to test if a variable contains a value (so it's
363363
not empty):

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ smallest of problems!**
143143
examples. There is an associated book which gets a lot of good
144144
reviews
145145

146-
3. [The Linux Documentation Project](http://www.tldp.org/guides.html): More guides on various topics relating to the Linux command line
146+
3. [The Linux Documentation Project](https://www.tldp.org/guides.html): More guides on various topics relating to the Linux command line
147147

148148
4. [basic shell
149149
usage](http://linuxcommand.org/lc3_learning_the_shell.php)
150150

151151
5. [Bash for
152-
beginners](http://www.tldp.org/LDP/Bash-Beginners-Guide/html/Bash-Beginners-Guide.html)
152+
beginners](https://www.tldp.org/LDP/Bash-Beginners-Guide/html/Bash-Beginners-Guide.html)
153153

154154
6. [MOOC](https://www.edx.org/course/introduction-linux-linuxfoundationx-lfs101x-0)
155155

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ empty variables are used. (see <https://ss64.com/bash/set.html> for
194194
a more detailed explanation and more options)
195195
196196
More information can be found at
197-
<http://www.tldp.org/LDP/abs/html/variables.html>.
197+
<https://www.tldp.org/LDP/abs/html/variables.html>.
198198
199199
### Restoring your default environment
200200

mkdocs/docs/HPC/rhel9.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ as well as switching the Tier-2 login nodes to new ones running RHEL 9.
88

99
## Motivation
1010

11-
Migrating to RHEL 8 is done to bring all clusters in line with the most recent
12-
cluster that are already running RHEL 9 (`shinx`).
11+
Migrating to RHEL 9 is done to bring all clusters in line with the most recent
12+
cluster that is already running RHEL 9 (`shinx`).
1313

1414
This makes the maintenance of the HPC-UGent Tier-2 infrastructure significantly easier,
1515
since we only need to take into account a single operating system version going forward.

scripts/link_checker/whitelist.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,13 @@ https://nl.mathworks.com/products/distriben.html
3838

3939
# SSL error
4040
https://wiki.gnome.org/Projects/GnomeKeyring/Ssh
41+
42+
# randomly gives 503 - 2024-11-18
43+
https://www.tldp.org/LDP/abs/html/variables.html
44+
https://www.tldp.org/LDP/Bash-Beginners-Guide/html/
45+
https://www.tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html
46+
https://www.tldp.org/LDP/Bash-Beginners-Guide/html/Bash-Beginners-Guide.html
47+
https://www.tldp.org/guides.html
48+
49+
# 403
50+
https://www.edx.org/course/introduction-linux-linuxfoundationx-lfs101x-0

0 commit comments

Comments
 (0)