Skip to content
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

Escape urls in anchors #1519

Merged
merged 1 commit into from
Oct 1, 2020
Merged

Escape urls in anchors #1519

merged 1 commit into from
Oct 1, 2020

Conversation

MarcinAman
Copy link
Contributor

Complete escape of the anchors since they are arbitrary values.

Anchors change from:

https://kotlin.github.io/kotlinx.serialization/kotlinx-serialization-json/kotlinx-serialization-json/kotlinx.serialization.json/-json-builder/index.html#kotlinx.serialization.json/JsonBuilder/isLenient/#/PointingToDeclaration/

To:

http://localhost:63342/kotlinx.serialization/build/dokka/htmlMultiModule/kotlinx-serialization-json/kotlinx-serialization-json/kotlinx.serialization.json/-json-builder/index.html#kotlinx.serialization.json%2FJsonBuilder%2FisLenient%2F%23%2FPointingToDeclaration%2F

@kamildoleglo kamildoleglo merged commit fbee5a4 into master Oct 1, 2020
@kamildoleglo kamildoleglo deleted the escape-url branch October 1, 2020 10:06
@MarcinAman MarcinAman assigned MarcinAman and unassigned MarcinAman Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants