Skip to content

Commit a0a58cb

Browse files
committed
Merge pull request reactjs#125 from boriskaiser/patch-3
Fix localhost link
2 parents 9875c4d + 5b4f2c3 commit a0a58cb

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)