Skip to content

Commit

Permalink
Fix broken asset image link (#2479)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun Ganesh authored and tmcw committed Apr 21, 2016
1 parent 9250e0f commit aee03aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_layouts/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1 class='space-bottom2'>
<div class='prose space-bottom2'>
<p>Mapbox GL JS is a JavaScript library that uses WebGL to render interactive maps from <a href='https://www.mapbox.com/blog/vector-tiles'>vector tiles</a> and <a href='https://www.mapbox.com/mapbox-gl-style-spec'>Mapbox GL styles</a><p>
<p>It is part of the <a href='https://github.com/mapbox/mapbox-gl'>Mapbox GL ecosystem</a> which includes <a href='https://www.mapbox.com/mobile/'>Mapbox Mobile</a>, a compatible renderer written in C++ with bindings for desktop and mobile platforms.</p>
<a href='https://www.mapbox.com/gallery/'><img width='981' alt='Mapbox GL JS gallery' src='{{site.baseurl}}/mapbox-gl-js/assets/gallery.png'></a>
<a href='https://www.mapbox.com/gallery/'><img width='981' alt='Mapbox GL JS gallery' src='{{site.baseurl}}/assets/gallery.png'></a>
</div>

<h2 class='space'>Using Mapbox GL JS with a <code>&lt;script&gt;</code> tag</h2>
Expand Down

0 comments on commit aee03aa

Please sign in to comment.