We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1031d33 commit 7f96291Copy full SHA for 7f96291
scaladoc/src/dotty/tools/scaladoc/renderers/Resources.scala
@@ -90,7 +90,7 @@ trait Resources(using ctx: DocContext) extends Locations, Writer:
90
).map(Resource.URL.apply)
91
92
val urlToPathMappings = List(
93
- ("https://github.com/VirtusLab/Inkuire/releases/download/1.0.0-M1/inkuire.js", "scripts/inkuire.js"),
+ ("https://github.com/VirtusLab/Inkuire/releases/download/1.0.0-M2/inkuire.js", "scripts/inkuire.js"),
94
).map { case (url, path) =>
95
Resource.URLToCopy(url, path)
96
}
0 commit comments