From 4418b3ce8584246bd0c0b03bb4c9b5999efaa069 Mon Sep 17 00:00:00 2001 From: KelvinJPS Date: Mon, 27 May 2024 18:28:12 -0500 Subject: fix DNS broken link in nginx page --- content/basic/nginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/basic') diff --git a/content/basic/nginx.md b/content/basic/nginx.md index db41937..8817e44 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. -- cgit v1.2.3 From e047f1366ff434174e3bcff96bb0bfdf0146076d Mon Sep 17 00:00:00 2001 From: KelvinJPS Date: Tue, 28 May 2024 18:31:56 -0500 Subject: fix broken link to update --- content/basic/nginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/basic') diff --git a/content/basic/nginx.md b/content/basic/nginx.md index 8817e44..d76fb54 100644 --- a/content/basic/nginx.md +++ b/content/basic/nginx.md @@ -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! -- cgit v1.2.3