You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/commands/test.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ import {ChainedSnippets} from "../../src/components/MarkdownComponents.js";
8
8
The `test` command runs test suites in the test sources.
9
9
Test sources are compiled separately (after the 'main' sources), and may use different dependencies, compiler options, and other configurations.
10
10
11
-
By default, all command line options apply to both the main and test sources, so [using directives](/docs/guides/using-directives.md) (or [special imports](../guides/configuration#special-imports)) can be used to provide test-specific configurations.
11
+
By default, all command line options apply to both the main and test sources, so [using directives](/docs/guides/using-directives.md) (or [special imports](/docs/guides/configuration#special-imports)) can be used to provide test-specific configurations.
Copy file name to clipboardExpand all lines: website/docs/cookbooks/scala-versions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Picking the Scala version with scala-cli
3
3
sidebar_position: 2
4
4
---
5
5
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](/docs/reference/scala-versions) in Scala CLI.
7
7
8
8
To demonstrate how this works, here’s a universal piece of code that detects the Scala version at runtime.
9
9
The code is a bit complicated, so we suggest that you skip reading the whole file, and just focus on what it prints:
@@ -121,7 +121,7 @@ Scala: 2\.13\.10
121
121
-->
122
122
123
123
:::note
124
-
See our [Using Directives Guide](../guides/using-directives.md) for more details on `using` directives.
124
+
See our [Using Directives Guide](/docs/guides/using-directives.md) for more details on `using` directives.
0 commit comments