diff options
| author | KelvinJPS <kelvinjps@proton.me> | 2024-05-29 18:43:07 -0500 |
|---|---|---|
| committer | KelvinJPS <kelvinjps@proton.me> | 2024-05-29 18:43:07 -0500 |
| commit | ed588405d102ffb64de808abfe30ae555d841b76 (patch) | |
| tree | 5eb1b345881e10169e4f3de998a5141ebafe86c6 | |
| parent | 161c0870c8c94d80e74e006a432535b995511372 (diff) | |
fix broken links in platform section
| -rw-r--r-- | content/calibre.md | 2 | ||||
| -rw-r--r-- | content/dendrite.md | 2 | ||||
| -rw-r--r-- | content/i2p.md | 2 | ||||
| -rw-r--r-- | content/tor.md | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/content/calibre.md b/content/calibre.md index 9768acf..e1e9faa 100644 --- a/content/calibre.md +++ b/content/calibre.md @@ -94,7 +94,7 @@ server { } ``` -Issue a Let\'s Encrypt certificate. [Detailed instructions and additional information](/certbot). +Issue a Let\'s Encrypt certificate. [Detailed instructions and additional information](/basic/certbot). ```sh certbot --nginx diff --git a/content/dendrite.md b/content/dendrite.md index 9a7a291..c949a9d 100644 --- a/content/dendrite.md +++ b/content/dendrite.md @@ -18,7 +18,7 @@ Because Matrix uses **HTTP** for transport over the SSL ports (443 and 8448), yo Depending on your setup, there are 2 different configurations to achieve this: -1. Your *desired* domain (**example.org**) has an [A DNS record](http://localhost:1313/basic/dns/) that already poinst to your desired Matrix server, so you can configure this or add to your existing NGINX static site configuration to setup Matrix. +1. Your *desired* domain (**example.org**) has an [A DNS record](/basic/dns/) that already poinst to your desired Matrix server, so you can configure this or add to your existing NGINX static site configuration to setup Matrix. 2. You wish to use Matrix with your *desired* domain (**example.org**) but this domain's A record points to a different server, accessible through another domain (like **matrix.example.org**). In this case, look into [delegation.](https://matrix-org.github.io/synapse/latest/delegate.html) diff --git a/content/i2p.md b/content/i2p.md index 88b05b4..576b270 100644 --- a/content/i2p.md +++ b/content/i2p.md @@ -122,7 +122,7 @@ server { Nginx will listen in port 8080, but i2pd will forward your port 8080 to the i2p site port 80. This way you don\'t have to deal with server names or anything like that. -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](nginx.html#enable). +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](/basic/nginx#enable). ### Update regularly! diff --git a/content/tor.md b/content/tor.md index 1d0aaf1..b1c827d 100644 --- a/content/tor.md +++ b/content/tor.md @@ -87,7 +87,7 @@ mirror. Now we are almost done, all we have to do is enable the site and reload nginx which, is also covered in [the webserver -tutorial](nginx.html#enable). +tutorial](/basic/nginx#enable). ### Advertise your onion service |
