diff --git a/docs/0.2.x/en-US/hello-world.md b/docs/0.2.x/en-US/hello-world.md index c6a1c53bdf..614411124a 100644 --- a/docs/0.2.x/en-US/hello-world.md +++ b/docs/0.2.x/en-US/hello-world.md @@ -71,7 +71,7 @@ Perseus is a _very_ complex system, and, if you had to write all that complexity When you run `perseus serve`, the `.perseus/` directory is created and added to your `.gitignore`, and then three stages occur in parallel (they're shown in your terminal): - _🔨 Generating your app_ -- here, your app is built to a series of static files in `.perseus/dist/static`, which makes your app lightning-fast (your app's pages are ready before it's even been deployed, which is called _static site generation_, or SSG) -- _🏗️ Building your app to Wasm_ -- here, your app is built to [WebAssembly](), which is what lets a low-level programming language like Rust run in the browser +- _🏗️ Building your app to Wasm_ -- here, your app is built to [WebAssembly](https://webassembly.org), which is what lets a low-level programming language like Rust run in the browser - _📡 Building server_ -- here, Perseus builds its internal server based on your code, and prepares to serve your app The first time you run this command, it can take quite a while to get everything ready, but after that it'll be really fast. And, if you haven't changed any code (_at all_) since you last ran it, you can run `perseus serve --no-build` to run the server basically instantaneously. diff --git a/docs/0.3.x/en-US/hello-world.md b/docs/0.3.x/en-US/hello-world.md index 58c3e76505..8b2b6ac468 100644 --- a/docs/0.3.x/en-US/hello-world.md +++ b/docs/0.3.x/en-US/hello-world.md @@ -70,7 +70,7 @@ Perseus is a _very_ complex system, and, if you had to write all that complexity When you run `perseus serve`, the `.perseus/` directory is created and added to your `.gitignore`, and then three stages occur in parallel (they're shown in your terminal): - _🔨 Generating your app_ -- here, your app is built to a series of static files in `.perseus/dist/static`, which makes your app lightning-fast (your app's pages are ready before it's even been deployed, which is called _static site generation_, or SSG) -- _🏗️ Building your app to Wasm_ -- here, your app is built to [WebAssembly](), which is what lets a low-level programming language like Rust run in the browser +- _🏗️ Building your app to Wasm_ -- here, your app is built to [WebAssembly](https://webassembly.org), which is what lets a low-level programming language like Rust run in the browser - _📡 Building server_ -- here, Perseus builds its internal server based on your code, and prepares to serve your app The first time you run this command, it can take quite a while to get everything ready, but after that it'll be really fast. And, if you haven't changed any code (_at all_) since you last ran it, you can run `perseus serve --no-build` to run the server basically instantaneously. diff --git a/docs/next/en-US/hello-world.md b/docs/next/en-US/hello-world.md index 58c3e76505..8b2b6ac468 100644 --- a/docs/next/en-US/hello-world.md +++ b/docs/next/en-US/hello-world.md @@ -70,7 +70,7 @@ Perseus is a _very_ complex system, and, if you had to write all that complexity When you run `perseus serve`, the `.perseus/` directory is created and added to your `.gitignore`, and then three stages occur in parallel (they're shown in your terminal): - _🔨 Generating your app_ -- here, your app is built to a series of static files in `.perseus/dist/static`, which makes your app lightning-fast (your app's pages are ready before it's even been deployed, which is called _static site generation_, or SSG) -- _🏗️ Building your app to Wasm_ -- here, your app is built to [WebAssembly](), which is what lets a low-level programming language like Rust run in the browser +- _🏗️ Building your app to Wasm_ -- here, your app is built to [WebAssembly](https://webassembly.org), which is what lets a low-level programming language like Rust run in the browser - _📡 Building server_ -- here, Perseus builds its internal server based on your code, and prepares to serve your app The first time you run this command, it can take quite a while to get everything ready, but after that it'll be really fast. And, if you haven't changed any code (_at all_) since you last ran it, you can run `perseus serve --no-build` to run the server basically instantaneously.