File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
_overviews/getting-started Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ You can read more about [main methods](/scala3/book/methods-main-methods.html) a
198
198
### Adding dependencies
199
199
200
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 )
201
+ We use the [ os-lib] ( https://github.com/com-lihaoyi/os-lib ) library from the [ Scala toolkit] ( / toolkit/introduction.html)
202
202
for that purpose. A dependency on the library can be added with the ` //> using ` directive. Put the following code in ` counter.scala ` .
203
203
``` scala
204
204
//> using scala {{site.scala-3-version}}
You can’t perform that action at this time.
0 commit comments