Skip to content

Commit a0dad42

Browse files
authored
docs: added missing link to wasm website (#117)
1 parent 2d1ca2d commit a0dad42

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/0.2.x/en-US/hello-world.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Perseus is a _very_ complex system, and, if you had to write all that complexity
7171
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):
7272

7373
- _🔨 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)
74-
- _🏗️ 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
74+
- _🏗️ 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
7575
- _📡 Building server_ -- here, Perseus builds its internal server based on your code, and prepares to serve your app
7676

7777
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.

docs/0.3.x/en-US/hello-world.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Perseus is a _very_ complex system, and, if you had to write all that complexity
7070
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):
7171

7272
- _🔨 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)
73-
- _🏗️ 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
73+
- _🏗️ 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
7474
- _📡 Building server_ -- here, Perseus builds its internal server based on your code, and prepares to serve your app
7575

7676
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.

docs/next/en-US/hello-world.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Perseus is a _very_ complex system, and, if you had to write all that complexity
7070
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):
7171

7272
- _🔨 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)
73-
- _🏗️ 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
73+
- _🏗️ 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
7474
- _📡 Building server_ -- here, Perseus builds its internal server based on your code, and prepares to serve your app
7575

7676
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.

0 commit comments

Comments
 (0)