We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0a58cb + 7dcab2e commit ca45c46Copy full SHA for ca45c46
lessons/11-productionish-server/README.md
@@ -62,7 +62,7 @@ NODE_ENV=production npm start
62
```
63
64
Congratulations! You now have a production server for this app. After
65
-clicking around, try navigating to `http://localhost:8080/package.json`.
+clicking around, try navigating to [http://localhost:8080/package.json](http://localhost:8080/package.json).
66
Whoops. Let's fix that. We're going to shuffle around a couple files and
67
update some paths scattered across the app.
68
0 commit comments