]> git.openstreetmap.org Git - rails.git/commitdiff
make link in documentation clickable
authorMateusz Konieczny <matkoniecz@gmail.com>
Thu, 11 Jul 2019 19:09:43 +0000 (21:09 +0200)
committerMateusz Konieczny <matkoniecz@gmail.com>
Thu, 11 Jul 2019 19:11:25 +0000 (21:11 +0200)
INSTALL.md

index fafeb0000d8a7680d646cf6bb37edf94f5904cba..1c40470699b07aeb7ee6a6602714eb9aaa5aad3c 100644 (file)
@@ -209,7 +209,7 @@ Rails comes with a built-in webserver, so that you can test on your own machine
 bundle exec rails server
 ```
 
-You can now view the site in your favourite web-browser at `http://localhost:3000/`
+You can now view the site in your favourite web-browser at [http://localhost:3000/](http://localhost:3000/)
 
 Note that the OSM map tiles you see aren't created from your local database - they are just the standard map tiles.