Explorar o código

Fix localhost link

Boris Kaiser %!s(int64=9) %!d(string=hai) anos
pai
achega
505d98d59a
Modificáronse 1 ficheiros con 1 adicións e 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!
 
 ---