Merge pull request #177 from mza/master

[docs][xs]: Fixed broken link(s) - thx to @mza.
This commit is contained in:
Rufus Pollock 2012-07-06 10:19:16 -07:00
commit 97ff7c3ac0
3 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@
</li>
<li class="divider-vertical"></li>
<li>
<a href="download.html">
<a href="/download.html">
<i class="icon-download-alt icon-white"></i>
Download
</a>

View File

@ -70,7 +70,7 @@ root: ../
<li><a href="src/view.grid.html">Grid View (no dependencies)</a></li>
<li><a href="src/view.graph.html">Graph View (based on Flot)</a></li>
<li><a href="src/view.map.html">Map View (based on Leaflet)</a></li>
<li><a href="src/view.timeline.html">Timeline View</a> (using the excellent <a href=http://timeline.verite.co/">Verite Timeline</a>)</li>
<li><a href="src/view.timeline.html">Timeline View</a> (using the excellent <a href="http://timeline.verite.co/">Verite Timeline</a>)</li>
</ul>
</div>
</div>

View File

@ -103,5 +103,5 @@ a bespoke chooser and a Kartograph (svg-only) map.
## Writing your own backend
Writing your own backend is easy to do. Details of the required API are in the
[Backend documentation](docs/backends.html).
[Backend documentation](/backends.html).