Skip to content

Commit

Permalink
Merge pull request #785 from iddecker/rhel9-typos
Browse files Browse the repository at this point in the history
rhel9 migration: fix 2 typos
  • Loading branch information
wdpypere authored Nov 18, 2024
2 parents f9b93ec + d0ffcfd commit 625b6dc
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
4 changes: 2 additions & 2 deletions mkdocs/docs/HPC/linux-tutorial/beyond_the_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ commands you put in there will be executed from the top to bottom.

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

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

### Shebang
Expand Down Expand Up @@ -357,7 +357,7 @@ brackets, the **then** needs to be at the beginning of a line. It is best to jus
copy this example and modify it.
In the initial example, we used `-d` to test if a directory existed.
There are [several more checks](http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html).
There are [several more checks](https://www.tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html).
Another useful example, is to test if a variable contains a value (so it's
not empty):
Expand Down
4 changes: 2 additions & 2 deletions mkdocs/docs/HPC/linux-tutorial/common_pitfalls.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@ smallest of problems!**
examples. There is an associated book which gets a lot of good
reviews

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion mkdocs/docs/HPC/linux-tutorial/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ empty variables are used. (see <https://ss64.com/bash/set.html> for
a more detailed explanation and more options)

More information can be found at
<http://www.tldp.org/LDP/abs/html/variables.html>.
<https://www.tldp.org/LDP/abs/html/variables.html>.

### Restoring your default environment

Expand Down
4 changes: 2 additions & 2 deletions mkdocs/docs/HPC/rhel9.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ as well as switching the Tier-2 login nodes to new ones running RHEL 9.

## Motivation

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

This makes the maintenance of the HPC-UGent Tier-2 infrastructure significantly easier,
since we only need to take into account a single operating system version going forward.
Expand Down
10 changes: 10 additions & 0 deletions scripts/link_checker/whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,13 @@ https://nl.mathworks.com/products/distriben.html

# SSL error
https://wiki.gnome.org/Projects/GnomeKeyring/Ssh

# randomly gives 503 - 2024-11-18
https://www.tldp.org/LDP/abs/html/variables.html
https://www.tldp.org/LDP/Bash-Beginners-Guide/html/
https://www.tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html
https://www.tldp.org/LDP/Bash-Beginners-Guide/html/Bash-Beginners-Guide.html
https://www.tldp.org/guides.html

# 403
https://www.edx.org/course/introduction-linux-linuxfoundationx-lfs101x-0

0 comments on commit 625b6dc

Please sign in to comment.