We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 (/media/image.png, ../image.png) are broken in our web frontend. Should rewrite relative links.
/media/image.png
../image.png
Link /images/image.png from blog http://example.com should link to http://example.com/images/image.png, not http://localhost:0000/images/image.png.
/images/image.png
http://example.com
http://example.com/images/image.png
http://localhost:0000/images/image.png
The text was updated successfully, but these errors were encountered:
See also urljoin().
urljoin()
Sorry, something went wrong.
No branches or pull requests
Relative links (
/media/image.png
,../image.png
) are broken in our web frontend. Should rewrite relative links.Link
/images/image.png
from bloghttp://example.com
should link tohttp://example.com/images/image.png
, nothttp://localhost:0000/images/image.png
.The text was updated successfully, but these errors were encountered: