Skip to content

Commit d6b258b

Browse files
committed
Fix tldp.org links
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.
1 parent 71e800f commit d6b258b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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

0 commit comments

Comments
 (0)