Skip to content

Commit

Permalink
Update scala-sbt.org documentation page link (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Oct 17, 2024
1 parent b6340ee commit 374f9ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ If you define your project in a `Build.scala`, you also need the following impor
import pl.project13.scala.sbt.JmhPlugin
```

You can read more about [auto plugins in sbt on it's documentation page](http://www.scala-sbt.org/0.13/tutorial/Using-Plugins.html#Enabling+and+disabling+auto+plugins).
You can read more about [auto plugins in sbt on it's documentation page](https://www.scala-sbt.org/1.x/docs/Using-Plugins.html#Enabling+and+disabling+auto+plugins).

Write your benchmarks in `src/main/scala`. They will be picked up and instrumented by the plugin.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object JmhPlugin extends AutoPlugin {
/** All we need is Java. */
override def requires = plugins.JvmPlugin

/** Plugin must be enabled on the benchmarks project. See http://www.scala-sbt.org/0.13/tutorial/Using-Plugins.html */
/** Plugin must be enabled on the benchmarks project. See https://www.scala-sbt.org/1.x/docs/Using-Plugins.html */
override def trigger = noTrigger

override def projectConfigurations = Seq(Jmh)
Expand Down

0 comments on commit 374f9ac

Please sign in to comment.