Parcourir la source

Merge pull request #124 from boriskaiser/patch-2

Fix localhost link
Tim Dorr il y a 9 ans
Parent
commit
9875c4dc15
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lessons/03-navigating-with-link/README.md

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

@@ -25,7 +25,7 @@ export default React.createClass({
 })
 ```
 
-Now visit http://localhost:8080/ and click the links, click back, click
+Now visit [http://localhost:8080](http://localhost:8080) and click the links, click back, click
 forward. It works!
 
 ---