We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cc5cc5 + bc18a05 commit 4ee5067Copy full SHA for 4ee5067
_overviews/getting-started/install-scala.md
@@ -198,7 +198,7 @@ You can read more about [main methods](/scala3/book/methods-main-methods.html) a
198
### Adding dependencies
199
200
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)
+We use the [os-lib](https://github.com/com-lihaoyi/os-lib) library from the [Scala toolkit](/toolkit/introduction.html)
202
for that purpose. A dependency on the library can be added with the `//> using` directive. Put the following code in `counter.scala`.
203
```scala
204
//> using scala {{site.scala-3-version}}
0 commit comments