Skip to content

Commit 80ecddc

Browse files
Ryuheeeeisarahhaggarty
authored andcommitted
docs(kotlin-tour-hello-world.md): Update link of string templates to jump to the exact section
1 parent f9448a7 commit 80ecddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/tour/kotlin-tour-hello-world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ fun main() {
100100
```
101101
{kotlin-runnable="true" kotlin-min-compiler-version="1.3" id="kotlin-tour-string-templates"}
102102

103-
For more information, see [String templates](strings.md).
103+
For more information, see [String templates](strings.md#string-templates).
104104

105105
You will notice that there aren't any types declared for variables. Kotlin has inferred the type itself: `Int`. This tour
106106
explains the different Kotlin basic types and how to declare them in the [next chapter](kotlin-tour-basic-types.md).

0 commit comments

Comments
 (0)