diff --git a/docs/public/content/guide/01-cli.md b/docs/public/content/guide/01-cli.md index ce075f5..046bb98 100644 --- a/docs/public/content/guide/01-cli.md +++ b/docs/public/content/guide/01-cli.md @@ -109,7 +109,7 @@ If you are working with another dev server, you won't need the `.js` file genera elm-spa gen ``` -This will generate code in the `.elm-spa` folder, but allow your custom workflow to define it's own way of compiling Elm. This is a great command to combine __elm-spa__ with another tool like [Vite](/examples/05-npm) or [Parcel](https://parceljs.org/elm.html). +This will generate code in the `.elm-spa` folder, but allow your custom workflow to define it's own way of compiling Elm. This is a great command to combine __elm-spa__ with another tool like [Vite](https://vitejs.dev) or [Parcel](https://parceljs.org/elm.html). ## elm-spa watch @@ -124,4 +124,4 @@ This will automatically generate code and compile your Elm files on save, but wi --- -__Next up__: [Routing](./02-routing) \ No newline at end of file +__Next up__: [Routing](./02-routing)