-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relative links dont work #114
Comments
I can reproduce this on the latest commit. Might be related to b27023f |
Looks like the culprit here is @ranfdev How we should fix it? Lagrange for example just adds a trailing slash at the end of every URL. We could do that, or add a check in |
I've tested the behavior of a simple http server running with
Once I try going to Even the official gemini documentation does this. You can do, from your terminal echo "gemini://geminiprotocol.net" | gnutls-cli --tofu -p 1965 geminiprotocol.net and you'll see a redirect
Now, for some reason Geopard doesn't update the URL after the redirect. So the slash doesn't seem to be added. That's a problem we can work on. |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Works fine if i do /recipes/fregides.gmi . this link works well in lagrange
Screenshots
If applicable, add screenshots to help explain your problem.
Software info (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: