summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-09-26 15:17:15 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-09-26 15:17:15 +0200
commitc1549a6568a9f0a1f83639cd2b2f4df4168a2dbe (patch)
tree4c7f26d272273870ccfc2a5ab3de51de975434b7 /content
parent5c6a0a38322bf3deae056d9c300d8c41e5fda59b (diff)
downloadwww-andreasbaumann-cc-c1549a6568a9f0a1f83639cd2b2f4df4168a2dbe.tar.gz
www-andreasbaumann-cc-c1549a6568a9f0a1f83639cd2b2f4df4168a2dbe.tar.bz2
fixed some links
Diffstat (limited to 'content')
-rw-r--r--content/blog/archlinux-macbook-a1211.md2
-rw-r--r--content/blog/mail-disaster.md6
-rw-r--r--content/blog/retro-computing-unisys.md2
-rw-r--r--content/toolbox/_index.md2
4 files changed, 6 insertions, 6 deletions
diff --git a/content/blog/archlinux-macbook-a1211.md b/content/blog/archlinux-macbook-a1211.md
index d034dcf..8a04d4b 100644
--- a/content/blog/archlinux-macbook-a1211.md
+++ b/content/blog/archlinux-macbook-a1211.md
@@ -207,7 +207,7 @@ to use systemd-networkd with that?
### Fans and sensors
-[https://aur.archlinux.org/packages/macfanctld/](macfanctl) from the AUR works nicely,
+[macfanctl](https://aur.archlinux.org/packages/macfanctld/) from the AUR works nicely,
also lm_sensors had no problems to get the sensor data.
### Power consumption
diff --git a/content/blog/mail-disaster.md b/content/blog/mail-disaster.md
index 8670663..57ba7f1 100644
--- a/content/blog/mail-disaster.md
+++ b/content/blog/mail-disaster.md
@@ -64,7 +64,7 @@ server. I picked https://mxtoolbox.com/. This is what I got:
mx andreasbaumann.cc DMARC Quarantine/Reject policy not enabled
```
-I also like the results from http://zy0.de/q/83.150.2.48:
+I also like the results from ~~[http://zy0.de/q/83.150.2.48](http://zy0.de/q/83.150.2.48)~~:
{{< figure src="/images/blog/mail-disaster/zy0_de.png" alt="zy0_de check resulst for 83.150.2.48" >}}
@@ -138,7 +138,7 @@ Entered my IP and some text, why I got onto the list.
### DNSBL
-http://www.dnsbl.manitu.net/remove.php?value=83.150.2.48
+~~[http://www.dnsbl.manitu.net/remove.php?value=83.150.2.48](http://www.dnsbl.manitu.net/remove.php?value=83.150.2.48)~~
I had to fill in a form and describe, what went wrong on my side and
how I fixed the problem.
@@ -171,7 +171,7 @@ For a business domain I would most likely pay the 89 CHF. :-)
### WPBL
-http://www.wpbl.info/
+~~[http://www.wpbl.info/](http://www.wpbl.info/)~~
```
IP addresses are automatically removed with time, after
diff --git a/content/blog/retro-computing-unisys.md b/content/blog/retro-computing-unisys.md
index bc1c512..5f74253 100644
--- a/content/blog/retro-computing-unisys.md
+++ b/content/blog/retro-computing-unisys.md
@@ -154,5 +154,5 @@ patching for i486 too.
### Other Links
-* [Index of Interesting DOS programs](http://www.opus.co.tt/dave/indexall.htm)
+* ~~[Index of Interesting DOS programs](http://www.opus.co.tt/dave/indexall.htm)~~
diff --git a/content/toolbox/_index.md b/content/toolbox/_index.md
index b2458e5..20eb91f 100644
--- a/content/toolbox/_index.md
+++ b/content/toolbox/_index.md
@@ -13,7 +13,7 @@ Some things I found to be useful for daily programming.
I use mainly the memory checker and the profiler.
* [KCachegrind](https://kcachegrind.github.io/html/Home.html): graphical
profiler presenting runs of valgrind performance checks in a nice way.
-* [xxdiff](http://furius.ca/xxdiff/): 2 and 3-way graphical diff tool,
+* [xxdiff](https://github.com/blais/xxdiff/): 2 and 3-way graphical diff tool,
I use it because of nostalgia (aka: I got used to it).
## C Programming