Kotlin / api-guidelines

Best practices to consider when writing an API for your library
https://kotl.in/api-guide
Apache License 2.0
145 stars 20 forks source link

update: full links to kotlinlang.org instead of .md #1

Closed PetrakovichVictoria closed 1 year ago

PetrakovichVictoria commented 1 year ago

Don't merge to master! It will make links inside the Kotlin website outer!

IgnatBeresnev commented 1 year ago

Rebased the branch onto main to include #4

IgnatBeresnev commented 1 year ago

Unrelated to the kotlinlang links, but the plugin was complaining about escaping in some other links. They were probably copied from the google's results page (it usually highlights text like that), so I removed the escaping to generate the preview. Maybe it should be committed upstream

IgnatBeresnev commented 1 year ago

Closing this PR as it's not needed anymore, the guide has been publised on kotlinlang.org

@PetrakovichVictoria thanks for adding the links, it made it real easy for me with the GH pages preview!