docs: fix quick start link in mobile tutorial (#5192)
This commit is contained in:
parent
ad6a33aed2
commit
7c96246044
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user