Skip to content

Commit

Permalink
Fix a broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Jan 13, 2023
1 parent d1cc76b commit 44998f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/cookbooks/scala-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Picking the Scala version with scala-cli
sidebar_position: 2
---

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.
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.

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

0 comments on commit 44998f5

Please sign in to comment.