Prechádzať zdrojové kódy

Merge pull request #125 from boriskaiser/patch-3

Fix localhost link
Tim Dorr 9 rokov pred
rodič
commit
a0a58cbd4b
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      lessons/08-index-routes/README.md

+ 1 - 1
lessons/08-index-routes/README.md

@@ -69,7 +69,7 @@ render((
 ), document.getElementById('app'))
 ```
 
-Now open http://localhost:8080 and you'll see the new component is
+Now open [http://localhost:8080](http://localhost:8080) and you'll see the new component is
 rendered.
 
 Notice how the `IndexRoute` has no path. It becomes