Explorar el Código

Merge pull request #124 from boriskaiser/patch-2

Fix localhost link
Tim Dorr hace 9 años
padre
commit
9875c4dc15
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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!
 
 ---