Skip to content

Commit 370a151

Browse files
authored
Merge pull request scala-js#634 from shardulc/patch-1
Fix broken link in scalajs-vite tutorial
2 parents 03f4fab + 1a9508d commit 370a151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial/scalajs-vite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We use Vite to provide live-reloading of the Scala.js application in the browser
88
We also configure it to build a minimal bundle for production.
99

1010
Going through this tutorial will make sure you understand the basic building blocks.
11-
If you prefer to skip this step and directly write Scala.js code, you may jump to [Getting Started with Scala.js and Laminar](./laminar-scalablytyped.html).
11+
If you prefer to skip this step and directly write Scala.js code, you may jump to [Getting Started with Scala.js and Laminar](./laminar.html).
1212

1313
If you prefer to look at the end result for this tutorial directly, checkout [the scalajs-vite-end-state branch](https://github.com/sjrd/scalajs-sbt-vite-laminar-chartjs-example/tree/scalajs-vite-end-state) instead of creating everything from scratch.
1414

0 commit comments

Comments
 (0)