From 4bb927916f45963c2118b332040147e0f2e6b51e Mon Sep 17 00:00:00 2001
From: Alice Bowman
Date: Thu, 29 Aug 2024 17:52:29 +0200
Subject: [PATCH] fix: removed absolute links
---
content/en/blog/pentest_january.md | 2 +-
content/en/blog/tlsrosenpass_july.md | 4 ++--
content/en/docs/_index.html | 2 +-
content/en/docs/presentations/hackmas-2024.md | 1 +
layouts/blog/single.html | 2 +-
5 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/content/en/blog/pentest_january.md b/content/en/blog/pentest_january.md
index 8a6d4d88..79e535e7 100644
--- a/content/en/blog/pentest_january.md
+++ b/content/en/blog/pentest_january.md
@@ -72,4 +72,4 @@ As can never be overstated, an audit such as this, however successful, is but a
We would like to extend a heartfelt "thank you" Radically Open Security, as well as personally to Morgan Hill, who carried out this penetration test. We look forward to future opportunities to collaborate, and to further improve our project.
-Radically Open Security's report can be read in full [here](https://rosenpass.eu/docs/pentest/).
\ No newline at end of file
+Radically Open Security's report can be read in full [here](/docs/pentest/).
\ No newline at end of file
diff --git a/content/en/blog/tlsrosenpass_july.md b/content/en/blog/tlsrosenpass_july.md
index 489568eb..015b30b0 100644
--- a/content/en/blog/tlsrosenpass_july.md
+++ b/content/en/blog/tlsrosenpass_july.md
@@ -568,7 +568,7 @@ In TLS 1.2, the usage of a PSK was still part of the ciphersuite choice, and it
### Rosenpass Simple Example
-For this section, we assume that you have already installed Rosenpass on your system. You can do so by following the step-by-step [manual on our website](https://rosenpass.eu/docs/compilation/).
+For this section, we assume that you have already installed Rosenpass on your system. You can do so by following the step-by-step [manual on our website](/docs/compilation/).
We needed two Rosenpass peers, and we set them up based on the two config files: `rp1` and `rp2`.
@@ -744,4 +744,4 @@ In the course of producing this tutorial, we were able to demonstrate that Rosen
This work was [supported](https://nlnet.nl/project/Rosenpass-API/) by the [NLnet](https://nlnet.nl) foundation, through [NGI Assure](https://nlnet.nl/assure), a fund established with financial support from the European Commission's [Next Generation Internet](https://ngi.eu) program.
-We would love to hear from you if you have questions or comments, and also if you would like to explore working together on Rosenpass-related projects. Feel free to [reach out to us](https://rosenpass.eu/contributors/)!
+We would love to hear from you if you have questions or comments, and also if you would like to explore working together on Rosenpass-related projects. Feel free to [reach out to us](/contributors/)!
diff --git a/content/en/docs/_index.html b/content/en/docs/_index.html
index edc3be04..c5eb308a 100644
--- a/content/en/docs/_index.html
+++ b/content/en/docs/_index.html
@@ -36,7 +36,7 @@ Who is Rosenpass for?
Quick Start
- If you simply want to get Rosenpass up and running quickly, you are best served using the Quick Start Guide.
+ If you simply want to get Rosenpass up and running quickly, you are best served using the Quick Start Guide.
It contains everything you need to download, configure, and start a WireGuard connection using the Rosenpass key exchange.
Which systems are supported by Rosenpass?
diff --git a/content/en/docs/presentations/hackmas-2024.md b/content/en/docs/presentations/hackmas-2024.md
index 4a58dd18..cd6b7b65 100644
--- a/content/en/docs/presentations/hackmas-2024.md
+++ b/content/en/docs/presentations/hackmas-2024.md
@@ -6,6 +6,7 @@ talkLanguage: "EN"
banner: "hackmas2024.png"
pdf_filename: "2024-08-29-hackmas/slides.pdf"
presentation: true
+draft: true
weight: 94
menu: false
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
index ad50faf9..b73289b2 100644
--- a/layouts/blog/single.html
+++ b/layouts/blog/single.html
@@ -19,7 +19,7 @@
"name": "{{ .Params.schema.publisher.name | default "Rosenpass" }}",
"logo": {
"@type": "ImageObject",
- "url": "https://rosenpass.eu/RosenPass-Logo.svg"
+ "url": "{{ .Site.BaseURL }}/RosenPass-Logo.svg"
}
},
"datePublished": "{{ .PublishDate | default .Date }}",