forked from Mirrors/keyoxide-web
Fix absolute URLs
This commit is contained in:
parent
65c0d38967
commit
dc0f16bced
2 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ block content
|
||||||
| Can I get a sweet profile page?
|
| Can I get a sweet profile page?
|
||||||
p
|
p
|
||||||
| That, we can help you with! Just append your fingerprint to the domain (like so:
|
| 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.
|
| ) to generate a profile page.
|
||||||
h3#where-is-the-app
|
h3#where-is-the-app
|
||||||
a(href='#where-is-the-app') #
|
a(href='#where-is-the-app') #
|
||||||
|
|
|
@ -6,7 +6,7 @@ block content
|
||||||
form#form-util-wkd(method='post')
|
form#form-util-wkd(method='post')
|
||||||
p
|
p
|
||||||
| This tool computes the part of the WKD URL that corresponds to the username when
|
| 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
|
p
|
||||||
| If you enter the entire WKD identifier (username@domain.org), this tool will also generate the complete URLs.
|
| If you enter the entire WKD identifier (username@domain.org), this tool will also generate the complete URLs.
|
||||||
|
|
Loading…
Reference in a new issue