a485c42d78
+ If the base path does not end with slash, the last component will be replaced. E.g. base = `http://example.com/foo` combines with `bar.html` to give `http://example.com/bar.html`. + If the href begins with a slash, the whole path of the base is replaced. E.g. base = `http://example.com/foo/` combines with `/bar.html` to give `http://example.com/bar.html`. Closes #2777. |
||
---|---|---|
.. | ||
Readers | ||
Writers | ||
Arbitrary.hs | ||
Helpers.hs | ||
Old.hs | ||
Shared.hs | ||
Walk.hs |