Skip to content

Commit e523d81

Browse files
committed
Repair virtus links
1 parent 1d8fadd commit e523d81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sips/sips/scala-cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Last section of this proposal is the list of options that each sub-command MUST
132132

133133

134134

135-
Scala CLI can also be configured with ["using directives"](https://scala-cli.virtuslab.org/docs/guides/using-directives) - a comment-based configuration syntax that should be placed at the top of Scala files. This allows for self-containing examples within one file since most of the configuration can be provided either from the command line or via using directives (command line has precedence). This is a game changer for use cases like scripting, reproduction, or within the academic scope.
135+
Scala CLI can also be configured with ["using directives"](https://scala-cli.virtuslab.org/docs/reference/directives#using-directives) - a comment-based configuration syntax that should be placed at the top of Scala files. This allows for self-containing examples within one file since most of the configuration can be provided either from the command line or via using directives (command line has precedence). This is a game changer for use cases like scripting, reproduction, or within the academic scope.
136136

137137
We have described the motivation, syntax and implementation basis in the [dedicated pre-SIP](https://contributors.scala-lang.org/t/pre-sip-using-directives/5700). Currently, we recommend to write using directives as comments, so making them part of the language specification is not necessary at this stage. Moreover, the new `scala` command could ignore using directives in the initial version, however we strongly suggest to include comment-based using directives from the start.
138138

@@ -149,7 +149,7 @@ Adopting Scala CLI as the new `scala` command, as is, will change some of the be
149149

150150
### Other concerns
151151

152-
Scala CLI brings [using directives](https://scala-cli.virtuslab.org/docs/guides/using-directives) and [conventions to mark the test files](https://scala-cli.virtuslab.org/docs/commands/test#test-sources). We suggest to accept both accepted as a part of this SIP but we are ready to open dedicated SIPs for both (we have opened a [pre-SIP for using directives](https://contributors.scala-lang.org/t/pre-sip-using-directives/5700/15))
152+
Scala CLI brings [using directives](https://scala-cli.virtuslab.org/docs/reference/directives#using-directives) and [conventions to mark the test files](https://scala-cli.virtuslab.org/docs/commands/test#test-sources). We suggest to accept both accepted as a part of this SIP but we are ready to open dedicated SIPs for both (we have opened a [pre-SIP for using directives](https://contributors.scala-lang.org/t/pre-sip-using-directives/5700/15))
153153

154154
Scala CLI is an ambitious project and may seem hard to maintain in the long-run.
155155

0 commit comments

Comments
 (0)