Fixing quick start link in docs root (#5500)

This commit is contained in:
Noah Veltman 2017-05-05 05:56:08 -07:00 committed by Iván Sánchez Ortega
parent b6d21653fa
commit ecc2c680d6

View File

@ -29,7 +29,7 @@ L.marker([51.5, -0.09]).addTo(map)
.bindPopup('A pretty CSS3 popup.<br> Easily customizable.')
.openPopup();</code></pre>
<p>Learn more with the <a href="examples/quick-start.html">quick start guide</a>, check out <a href="examples.html">other tutorials</a>,
<p>Learn more with the <a href="examples/quick-start/">quick start guide</a>, check out <a href="examples.html">other tutorials</a>,
or head straight to the <a href="reference.html">API documentation</a>.
If you have any questions, take a look at the <a href="https://github.com/Leaflet/Leaflet/blob/master/FAQ.md">FAQ</a> first.</p>