Skip to content

Commit

Permalink
Fix tldp.org links
Browse files Browse the repository at this point in the history
Link on tldp.org seems to be down right now, but www.tldp.org seems to work.
Also, switch them to https while we're at it.
  • Loading branch information
iddecker committed Nov 18, 2024
1 parent 71e800f commit d6b258b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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

0 comments on commit d6b258b

Please sign in to comment.