Skip to content

Commit 505d98d

Browse files
author
Boris Kaiser
committed
Fix localhost link
1 parent 4bd1969 commit 505d98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/03-navigating-with-link/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default React.createClass({
2525
})
2626
```
2727

28-
Now visit http://localhost:8080/ and click the links, click back, click
28+
Now visit [http://localhost:8080](http://localhost:8080) and click the links, click back, click
2929
forward. It works!
3030

3131
---

0 commit comments

Comments
 (0)