diff options
| author | mjfernez <mjf@mjfer.net> | 2021-10-29 19:19:15 -0400 | 
|---|---|---|
| committer | mjfernez <mjf@mjfer.net> | 2021-10-29 19:19:15 -0400 | 
| commit | b49f2d2131c87c9d0e8b0eae4fc580fd9efc6832 (patch) | |
| tree | d31d3243034ff2e663c5f44f55510b45a5317da5 /.md/tutorials | |
| parent | abf4347b277c4eb35e6e25371da130ea5e54a5d9 (diff) | |
| download | site-files-b49f2d2131c87c9d0e8b0eae4fc580fd9efc6832.tar.gz | |
Missed an s
Diffstat (limited to '.md/tutorials')
| -rw-r--r-- | .md/tutorials/how-to-host-a-tor-hidden-service.md | 2 | ||||
| -rw-r--r-- | .md/tutorials/how-to-make-this-site.md | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/.md/tutorials/how-to-host-a-tor-hidden-service.md b/.md/tutorials/how-to-host-a-tor-hidden-service.md index b6c725e..1fa810a 100644 --- a/.md/tutorials/how-to-host-a-tor-hidden-service.md +++ b/.md/tutorials/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/tutorial/how-to-make-this-site.html). +[here](/site/tutorials/how-to-make-this-site.html).  Unlike 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. diff --git a/.md/tutorials/how-to-make-this-site.md b/.md/tutorials/how-to-make-this-site.md index 42bf51f..e69c9bc 100644 --- a/.md/tutorials/how-to-make-this-site.md +++ b/.md/tutorials/how-to-make-this-site.md @@ -222,7 +222,7 @@ But once you have stuff to share, how do you keep this stuff online?  Technically yes, but practically probably not. At least not at a lot of  extra cost to you. If you do want to host a small thing at home, like  some text or some cat pics, a -[tor hidden service](/site/tutorial/how-to-host-a-tor-hidden-service.html) +[tor hidden service](/site/tutorials/how-to-host-a-tor-hidden-service.html)  is a great option.  I spent a lot of time searching on this (you can find a full list of | 
