summaryrefslogtreecommitdiffstats
path: root/.md/tutorials/tor/how-to-host-a-tor-hidden-service.md
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2021-12-22 16:40:46 -0500
committermjfernez <mjf@mjfer.net>2021-12-22 16:40:46 -0500
commitd0595724cd13a2274e34a813119cf457a796af75 (patch)
tree90a3b6d44ff929c47f05b354a5f682f6df6e30f1 /.md/tutorials/tor/how-to-host-a-tor-hidden-service.md
parent3e87511c9ded4663150d6c4c4a1d829b53a16ed4 (diff)
downloadsite-files-d0595724cd13a2274e34a813119cf457a796af75.tar.gz
Table of Contents! Adds some works in progress
This commit adds a table of contents generated in the panupdate script. It also changes some links on the homepage to conform with removing '/site' as the parent directory
Diffstat (limited to '.md/tutorials/tor/how-to-host-a-tor-hidden-service.md')
-rw-r--r--.md/tutorials/tor/how-to-host-a-tor-hidden-service.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.md/tutorials/tor/how-to-host-a-tor-hidden-service.md b/.md/tutorials/tor/how-to-host-a-tor-hidden-service.md
index 2446cf2..a6f7e4e 100644
--- a/.md/tutorials/tor/how-to-host-a-tor-hidden-service.md
+++ b/.md/tutorials/tor/how-to-host-a-tor-hidden-service.md
@@ -10,7 +10,7 @@ temporary server to share some files with your friends. Please note the
word *temporary* in that last sentence; running this way for a while is
insecure and not a good idea. For a permanent solution, you'll
want to host a real web server as explained
-[here](/site/tutorials/www/how-to-make-this-site.html).
+[here](/tutorials/www/how-to-make-this-site.html).
Like that article, I will only explain how to do this on Linux since
it's way easier and, to be honest, I've never tried to do it on Windows.