We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9448a7 commit 80ecddcCopy full SHA for 80ecddc
docs/topics/tour/kotlin-tour-hello-world.md
@@ -100,7 +100,7 @@ fun main() {
100
```
101
{kotlin-runnable="true" kotlin-min-compiler-version="1.3" id="kotlin-tour-string-templates"}
102
103
-For more information, see [String templates](strings.md).
+For more information, see [String templates](strings.md#string-templates).
104
105
You will notice that there aren't any types declared for variables. Kotlin has inferred the type itself: `Int`. This tour
106
explains the different Kotlin basic types and how to declare them in the [next chapter](kotlin-tour-basic-types.md).
0 commit comments