Skip to content

Commit 5b4f2c3

Browse files
author
Boris Kaiser
committed
Fix localhost link
1 parent 4bd1969 commit 5b4f2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/08-index-routes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ render((
6969
), document.getElementById('app'))
7070
```
7171

72-
Now open http://localhost:8080 and you'll see the new component is
72+
Now open [http://localhost:8080](http://localhost:8080) and you'll see the new component is
7373
rendered.
7474

7575
Notice how the `IndexRoute` has no path. It becomes

0 commit comments

Comments
 (0)