summaryrefslogtreecommitdiff
path: root/tor.html
diff options
context:
space:
mode:
Diffstat (limited to 'tor.html')
-rw-r--r--tor.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tor.html b/tor.html
index 69166e7..1da2656 100644
--- a/tor.html
+++ b/tor.html
@@ -52,7 +52,7 @@
<p>
From here, the steps are almost identical to setting up a normal website configuration file.
Follow the steps as if you were making a new website on the webserver
- <a href="https://landchad.net/nginx.html" >tutorial</a> up until the server block of code. Instead, paste this:
+ <a href="nginx.html">tutorial</a> up until the server block of code. Instead, paste this:
</p>
<pre><code> server {
@@ -68,7 +68,7 @@
<p>The <code>root</code> line is the path to whichever website of yours you'd like to mirror.</p>
</aside>
<p>
- From here we are almost done, all we have to do is enable the site and reload nginx which is also covered in the webserver tutorial.
+ From here we are almost done, all we have to do is enable the site and reload nginx which is also covered in <a href="nginx.html#enable">the webserver tutorial</a>.
</p>
<strong>Contributor</strong> - <a href="https://tomfasano.xyz" target="_blank">tomfasano.xyz</a>