From dc0f16bcedb38733a2964e2a192dbf042fd591fc Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Fri, 14 Aug 2020 14:53:49 +0200 Subject: [PATCH] Fix absolute URLs --- views/faq.pug | 2 +- views/util/wkd.pug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/faq.pug b/views/faq.pug index 5821edd..85fef48 100644 --- a/views/faq.pug +++ b/views/faq.pug @@ -93,7 +93,7 @@ block content | Can I get a sweet profile page? p | That, we can help you with! Just append your fingerprint to the domain (like so: - a(href='https://keyoxide.org/9F0048AC0B23301E1F77E994909F6BD6F80F485D') https://keyoxide.org/9F0048AC0B23301E1F77E994909F6BD6F80F485D + a(href='/9F0048AC0B23301E1F77E994909F6BD6F80F485D') https://keyoxide.org/9F0048AC0B23301E1F77E994909F6BD6F80F485D | ) to generate a profile page. h3#where-is-the-app a(href='#where-is-the-app') # diff --git a/views/util/wkd.pug b/views/util/wkd.pug index 275bbd3..8cbd8c3 100644 --- a/views/util/wkd.pug +++ b/views/util/wkd.pug @@ -6,7 +6,7 @@ block content form#form-util-wkd(method='post') p | This tool computes the part of the WKD URL that corresponds to the username when - a(href='https://keyoxide.org/guides/web-key-directory') uploading keys using web key directory + a(href='/guides/web-key-directory') uploading keys using web key directory | . p | If you enter the entire WKD identifier (username@domain.org), this tool will also generate the complete URLs.