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
3 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@
</li> </li>
<li class="divider-vertical"></li> <li class="divider-vertical"></li>
<li> <li>
<a href="download.html"> <a href="/download.html">
<i class="icon-download-alt icon-white"></i> <i class="icon-download-alt icon-white"></i>
Download Download
</a> </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.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.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.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> </ul>
</div> </div>
</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
Writing your own backend is easy to do. Details of the required API are in the 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).