Skip to content

Commit c6805ea

Browse files
committed
browserpod: fix tutorial links
1 parent 459c19a commit c6805ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sites/browserpod/src/content/docs/13-tutorials/00-expressjs.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: In this tutorial you will set up a simple NPM projext that serves a
55

66
## Prerequisites
77

8-
- [Download the template project](/docs/browserpod/tutorials/expressjs.zip) and unzip it.
8+
- [Download the template project](/browserpod/tutorials/expressjs.zip) and unzip it.
99
- [Set up an HTTP server with COEP and COOP headers](/docs/guides/nginx)
1010

1111
## Project structure
@@ -115,6 +115,9 @@ app.listen(port, () => {
115115
</html>
116116
```
117117

118+
## End result
119+
120+
![The index.html page rendered](/browserpod/tutorials/express.png)
118121

119122
## Source code
120123

0 commit comments

Comments
 (0)