Skip to content

Commit 72a34b6

Browse files
authored
fix: fix broken anchor (#5763)
1 parent 0f0ac32 commit 72a34b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/topics/kotlin-evolution-principles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Actively maintained code bases can benefit from getting bug fixes as soon as pos
225225
These projects can enable the [`-progressive` option](compiler-reference.md#progressive) to adopt these changes in tooling releases
226226
before they become the default.
227227

228-
You can configure these options on the [command line](#compiler-reference.md#common-options) or with the
228+
You can configure these options on the [command line](compiler-reference.md#common-options) or with the
229229
[Gradle](gradle-compiler-options.md#attributes-common-to-jvm-and-javascript) or [Maven](maven-kotlin-compiler.md#specify-compiler-options)
230230
build tools.
231231

0 commit comments

Comments
 (0)