Sfoglia il codice sorgente

Fix localhost link

Boris Kaiser 9 anni fa
parent
commit
505d98d59a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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!
 
 ---