Skip to content

Commit

Permalink
Merge pull request openlayers#2252 from probins/patch-1
Browse files Browse the repository at this point in the history
Fix broken links in api docs landing page
  • Loading branch information
ahocevar committed Jun 26, 2014
2 parents b977d85 + 54d249e commit d2e4603
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apidoc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
[ol.View2D](ol.View2D.html) with center, projection, resolution and rotation</td>
<td><p>Layers are lightweight containers that get their data from [sources](ol.source.html).</p>
[ol.layer.Tile](ol.layer.Tile.html)<br>
[ol.layer.Image](ol.layer.Image)<br>
[ol.layer.Vector](ol.layer.Vector)</td>
[ol.layer.Image](ol.layer.Image.html)<br>
[ol.layer.Vector](ol.layer.Vector.html)</td>
</tr><tr>
<th>Controls</th><th>Interactions</th><th>Sources and formats</th>
</tr><tr>
Expand All @@ -25,8 +25,8 @@ Interactions for [vector features](ol.Feature.html)
<li>[ol.interaction.Modify](ol.interaction.Modify.html)</li></ul>
[All interactions](ol.interaction.html)</td>
<td>[Tile sources](ol.source.Tile.html) for [ol.layer.Tile](ol.layer.Tile.html)
<br>[Image sources](ol.source.Image.html) for [ol.layer.Image](ol.layer.Image)
<br>[Vector sources](ol.source.Vector.html) for [ol.layer.Vector](ol.layer.Vector)
<br>[Image sources](ol.source.Image.html) for [ol.layer.Image](ol.layer.Image.html)
<br>[Vector sources](ol.source.Vector.html) for [ol.layer.Vector](ol.layer.Vector.html)
<br>[Formats](ol.format.Feature.html) for reading/writing vector data
<br>[ol.format.WMSCapabilities](ol.format.WMSCapabilities.html)</td></tr>
<tr><th>Projections</th><th>2-way bindings</th><th>Other components</th></tr>
Expand Down

0 comments on commit d2e4603

Please sign in to comment.