summaryrefslogtreecommitdiff
path: root/content/basic
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2024-07-16 08:31:24 -0400
committerGitHub <noreply@github.com>2024-07-16 08:31:24 -0400
commit7947a9a26ca922519cbe8b91c2498b70b1bcc61f (patch)
tree5eb1b345881e10169e4f3de998a5141ebafe86c6 /content/basic
parent4e1d654198605468d48f49ffbb7f1f2e4259e45d (diff)
parented588405d102ffb64de808abfe30ae555d841b76 (diff)
Merge pull request #306 from KelvinJPS/fix_broken_links
Fix broken links
Diffstat (limited to 'content/basic')
-rw-r--r--content/basic/nginx.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/basic/nginx.md b/content/basic/nginx.md
index db41937..d76fb54 100644
--- a/content/basic/nginx.md
+++ b/content/basic/nginx.md
@@ -33,7 +33,7 @@ for your password, and you can just copy or type in the password from
Vultr\'s site.
If you get an error here, you might not have done your [DNS
-settings](dns.html) right. Double check those. Note you can also replace
+settings](/basic/dns) right. Double check those. Note you can also replace
the `example.org` with your IP address, but you\'ll want to fix your DNS
settings soon.
@@ -199,7 +199,7 @@ someone could exploit it. Open the main Nginx config file
Uncomment it, and reload Nginx.
Remember to [keep your server software up to
-date](maintenance.html#update) to get the latest security fixes!
+date](/../maintenance#update) to get the latest security fixes!
## We now have a running website!