Skip to content

Commit 4ee5067

Browse files
authored
Merge pull request #3085 from scala/bishabosha-patch-2
fix link to toolkit docs
2 parents 1cc5cc5 + bc18a05 commit 4ee5067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: _overviews/getting-started/install-scala.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ You can read more about [main methods](/scala3/book/methods-main-methods.html) a
198198
### Adding dependencies
199199

200200
We now write a program that will count the files and directories present in its working directory.
201-
We use the [os-lib](https://github.com/com-lihaoyi/os-lib) library from the [Scala toolkit](toolkit/introduction.html)
201+
We use the [os-lib](https://github.com/com-lihaoyi/os-lib) library from the [Scala toolkit](/toolkit/introduction.html)
202202
for that purpose. A dependency on the library can be added with the `//> using` directive. Put the following code in `counter.scala`.
203203
```scala
204204
//> using scala {{site.scala-3-version}}

0 commit comments

Comments
 (0)