docs: fix quick start link in mobile tutorial (#5192)

This commit is contained in:
Mark Lee 2016-12-15 00:43:30 -08:00 committed by Iván Sánchez Ortega
parent ad6a33aed2
commit 7c96246044

View File

@ -29,7 +29,7 @@ Also, we need to tell the mobile browser to disable unwanted scaling of the page
### Initializing the map
We'll now initialize the map in the JavaScript code like we did in the [quick start guide](../quick-start/quick-start.html), showing the whole world:
We'll now initialize the map in the JavaScript code like we did in the [quick start guide](../quick-start/), showing the whole world:
<pre><code class="javascript">var map = L.map('map').fitWorld();