bug: relative URL links from a key's root without trailing slash #111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When you visit a key's site, like
https://jot.run/~6f03ea7without a trailing slash, relative links (e.g.notes/ssh_tunnels.md) are considered to the root of the server, not the key's root.Wanted link URI:
https://jot.run/~6f03ea7/notes/ssh_tunnels.mdActual link URI:
https://jot.run/notes/ssh_tunnels.mdI guess this means the server must redirect key URIs to the URI with the trailing slash.