Skip to content

Commit 44998f5

Browse files
authored
Fix a broken link
1 parent d1cc76b commit 44998f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/cookbooks/scala-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Picking the Scala version with scala-cli
33
sidebar_position: 2
44
---
55

6-
By default, `scala-cli` runs the latest supported scala version by Scala CLI. See our list of [Supported Scala Versions](../reference/scala-versions) in Scala CLI.
6+
By default, `scala-cli` runs the latest supported scala version by Scala CLI. See our list of [Supported Scala Versions](../../reference/scala-versions) in Scala CLI.
77

88
To demonstrate how this works, here’s a universal piece of code that detects the Scala version at runtime.
99
The code is a bit complicated, so we suggest that you skip reading the whole file, and just focus on what it prints:

0 commit comments

Comments
 (0)