Skip to content

Commit 7dcab2e

Browse files
author
Boris Kaiser
committed
Fix localhost link
1 parent 4bd1969 commit 7dcab2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/11-productionish-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ NODE_ENV=production npm start
6262
```
6363

6464
Congratulations! You now have a production server for this app. After
65-
clicking around, try navigating to `http://localhost:8080/package.json`.
65+
clicking around, try navigating to [http://localhost:8080/package.json](http://localhost:8080/package.json).
6666
Whoops. Let's fix that. We're going to shuffle around a couple files and
6767
update some paths scattered across the app.
6868

0 commit comments

Comments
 (0)