pinterest / ktlint

An anti-bikeshedding Kotlin linter with built-in formatter
https://pinterest.github.io/ktlint/
MIT License
6.15k stars 503 forks source link

Links in the Changelog for 1.0.0 lead to 404-errors #2250

Closed vatbub closed 1 year ago

vatbub commented 1 year ago

Hi there, this is just a quick thing that I realized while reading the changelog for 1.0.0. The links for experimental rules that have been promoted to non-experimental lead to 404-errors.

Here's an example: Actual: https://pinterest.github.io/ktlint/rules/standard/#if-else-wrapping Expected: https://pinterest.github.io/ktlint/1.0.0/rules/standard/#if-else-wrapping

Unfortunately, I don't currently have the time to submit a PR for that, hence why I'm submitting this issue.

Nevertheless, thank you for the effort that you put into this release :) Cheers, vatbub

paul-dingemans commented 1 year ago

Tnx for reporting. Fix is on its way.