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 4bd1969 + 046d1fe commit e5ec84cCopy full SHA for e5ec84c
lessons/02-rendering-a-route/README.md
@@ -25,7 +25,7 @@ render((
25
```
26
27
Make sure your server is running with `npm start` and then visit
28
-http://localhost:8080
+[http://localhost:8080](http://localhost:8080)
29
30
You should get the same screen as before, but this time with some junk
31
in the URL. We're using `hashHistory`--it manages the routing history
@@ -79,8 +79,8 @@ render((
79
), document.getElementById('app'))
80
81
82
-Now visit http://localhost:8080/#/about and
83
-http://localhost:8080/#/repos
+Now visit [http://localhost:8080/#/about](http://localhost:8080/#/about) and
+[http://localhost:8080/#/repos](http://localhost:8080/#/repos)
84
85
---
86
0 commit comments