From: Mateusz Konieczny Date: Thu, 11 Jul 2019 19:09:43 +0000 (+0200) Subject: make link in documentation clickable X-Git-Tag: live~2515^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d63beb80805bec2155c961f15a4e45ef3bf7921d make link in documentation clickable --- diff --git a/INSTALL.md b/INSTALL.md index fafeb0000..1c4047069 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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.