Skip to content

Commit 84d27d0

Browse files
authored
Merge pull request #321 from takezoe/fix-doc-links
Fix links in documents
2 parents 8d2477d + 25b33f1 commit 84d27d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

website/docs/commands/test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 7
66
The `test` command runs test suites in the test sources.
77
Test sources are complied separately (after the 'main' sources), and may use different dependencies, compiler options, and other configurations.
88

9-
By default, all command line options apply to both the main and test sources, so [using directives](http://localhost:3000/docs/guides/using-directives) (or [special imports](../guides/configuration#special-imports)) can be used to provide test-specific configurations.
9+
By default, all command line options apply to both the main and test sources, so [using directives](./guides/using-directives.md) (or [special imports](../guides/configuration#special-imports)) can be used to provide test-specific configurations.
1010

1111
## Test sources
1212

website/docs/guides/using-directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Below is the list of most important using directives that Scala CLI supports and
4040
### Most important using directives supported by Scala CLI
4141

4242
- `// using scala <scala-version>` - defines version of Scala used
43-
- `// using lib org::name:version` - defines dependency to given library [more in dedicated guide](http://localhost:3000/docs/guides/dependencies)
43+
- `// using lib org::name:version` - defines dependency to given library [more in dedicated guide](./guides/dependencies.md)
4444
- `// using resource <file-or-dir>` - marks file/directory as resources. Resources accessible at runtime and packaged together with compiled code.
4545
- `// using java-opt <opt>` - use given java options when running application or tests
4646
- `// using target [test|main]` used to marked or unmarked given source as test

website/docs/under-the-hood.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 32
66
:::note
77
This page is dedicated for people already familiar with Scala / JVM ecosystem.
88

9-
If you just want to learn Scala CLI just head out to the [Commands section](http://localhost:3000/docs/commands/input)
9+
If you just want to learn Scala CLI just head out to the [Commands section](./commands/basics.md)
1010
:::
1111

1212

0 commit comments

Comments
 (0)