From 42b26f46d1f78221470ee603d381b0b189518df8 Mon Sep 17 00:00:00 2001 From: Yasuhisa Honda Date: Wed, 13 Aug 2025 01:26:13 +0900 Subject: [PATCH] Fix link paths to work from root and /docs Previously, links only worked under /docs. Now they work from the project root as well. No content changes. --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index 9ae1c8b1dbef5..5df8e3f348620 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -43,7 +43,7 @@ Some of the code in the standard library is created by generating code from temp Also the [JavaScript back-end](https://github.com/JetBrains/kotlin/blob/master/js/ReadMe.md) could really use your help. See the [JavaScript contribution section](https://github.com/JetBrains/kotlin/blob/master/js/ReadMe.md) for more details. -You can also [contribute to Kotlin/Native](../kotlin-native/README.md). +You can also [contribute to Kotlin/Native](/kotlin-native/README.md). If you want to contribute a new language feature, it is important to discuss it through a [KEEP](https://github.com/Kotlin/KEEP) first and get an approval from the language designers. This way you'll make sure your work will be in line with the overall language evolution plan and no other design decisions or considerations will block its acceptance.