You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the problem might be how you're setting the path. The leading / is part of the path. If you show [uri|http://example.com/|] you'll see that the / is part of the path, not the domain. Maybe I'm misunderstanding the issue.
You're right, I was confused about domain vs. entire URL. But I'm still wondering if the path shouldn't have an implicit leading "/"?
I'm very uncertain now about what I think the library should do. If you don't see an issue, you should probably close this. If you think it's ok to make sure paths always are rendered with a leading "/" let me know, and I'll try to get together a PR.
Result:
If it's ok to remove the
/
from the domain, shouldn't it be ok to add it again in the path?The text was updated successfully, but these errors were encountered: