summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html4
-rw-r--r--nginx.html2
-rw-r--r--tor.html4
3 files changed, 5 insertions, 5 deletions
diff --git a/index.html b/index.html
index bd986a6..f7cf981 100644
--- a/index.html
+++ b/index.html
@@ -58,8 +58,8 @@
<ul class=ll>
<li><a href="maintenance.html">How to maintain a server.</a></li>
<li><a href="sshkeys.html">Use your SSH keys to prevent hacking.</a></li>
- <li><a href="cron.html">Scheduling tasks with Crontabs/Cronjobs.</a></li>
- <li><a href="tor.html">Mirror your site on Tor</a></li>
+ <li><a href="cron.html">Schedule tasks with Crontabs/Cronjobs.</a></li>
+ <li><a href="tor.html">Mirror your site on Tor.</a></li>
</ul>
<h2>In the Works...</h2>
diff --git a/nginx.html b/nginx.html
index caa4c66..1b269db 100644
--- a/nginx.html
+++ b/nginx.html
@@ -172,7 +172,7 @@ This will appear on your website.
&lt;p&gt;This is my website. Thanks for stopping by!&lt;/p&gt;
&lt;p&gt;Now my website is live!&lt;/p&gt;</code></pre>
-<h3>Enable the site</h3>
+<h3 id=enable>Enable the site</h3>
<p>
Once you save that file, we can enable it making a link to it in the <code>sites-enabled</code> directory:
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>