Skip to content

Commit 9875c4d

Browse files
committed
Merge pull request reactjs#124 from boriskaiser/patch-2
Fix localhost link
2 parents e5ec84c + 505d98d commit 9875c4d

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)