Skip to content

Commit 86e5ba0

Browse files
Fix urls for the images in the landing page
1 parent 11455d1 commit 86e5ba0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

index.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@ To simplify both usage and development, we split PCL into a series of modular li
1818
<table align="center">
1919
<tr align="center"><td><b>filters</b></td><td><b>features</b></td><td><b>keypoints</b></td></tr>
2020
<tr align="center">
21-
<td style="border-bottom: 2px solid rgb(128,128,128);"><a href="{{ site.api_base_url }}/group__filters.html"><img height="100" src="/assets/images/overview/filters_small.png" /></a></td>
22-
<td style="border-bottom: 2px solid rgb(128,128,128);"><a href="{{ site.api_base_url }}/group__features.html"><img height="100" src="/assets/images/overview/features_small.png" /></a></td>
23-
<td style="border-bottom: 2px solid rgb(128,128,128);"><a href="{{ site.api_base_url }}/group__keypoints.html"><img height="100" src="/assets/images/overview/keypoints_small.png" /></a></td>
21+
<td style="border-bottom: 2px solid rgb(128,128,128);"><a href="{{ site.api_base_url }}/group__filters.html"><img height="100" src="{{ '/assets/images/overview/filters_small.png' | relative_url }}" /></a></td>
22+
<td style="border-bottom: 2px solid rgb(128,128,128);"><a href="{{ site.api_base_url }}/group__features.html"><img height="100" src="{{ '/assets/images/overview/features_small.png' | relative_url }}" /></a></td>
23+
<td style="border-bottom: 2px solid rgb(128,128,128);"><a href="{{ site.api_base_url }}/group__keypoints.html"><img height="100" src="{{ '/assets/images/overview/keypoints_small.png' | relative_url }}" /></a></td>
2424
</tr>
2525
<tr align="center"><td><b>registration</b></td><td><b>kdtree</b></td><td><b>octree</b></td></tr>
2626
<tr align="center">
27-
<td style="border-bottom: 2px solid rgb(128,128,128);"><a href="{{ site.api_base_url }}/group__registration.html"><img height="100" src="/assets/images/overview/registration_small.png" /></a></td>
28-
<td style="border-bottom: 2px solid rgb(128,128,128);"><a href="{{ site.api_base_url }}/group__kdtree.html"><img height="100" src="/assets/images/overview/kdtree_small.png" /></a></td>
29-
<td style="border-bottom: 2px solid rgb(128,128,128);"><a href="{{ site.api_base_url }}/group__octree.html"><img height="100" src="/assets/images/overview/octree_small.png" /></a></td>
27+
<td style="border-bottom: 2px solid rgb(128,128,128);"><a href="{{ site.api_base_url }}/group__registration.html"><img height="100" src="{{ '/assets/images/overview/registration_small.png' | relative_url }}" /></a></td>
28+
<td style="border-bottom: 2px solid rgb(128,128,128);"><a href="{{ site.api_base_url }}/group__kdtree.html"><img height="100" src="{{ '/assets/images/overview/kdtree_small.png' | relative_url }}" /></a></td>
29+
<td style="border-bottom: 2px solid rgb(128,128,128);"><a href="{{ site.api_base_url }}/group__octree.html"><img height="100" src="{{ '/assets/images/overview/octree_small.png' | relative_url }}" /></a></td>
3030
</tr>
3131
<tr align="center"><td><b>segmentation</b></td><td><b>sample_consensus</b></td><td><b>surface</b></td></tr>
3232
<tr align="center">
33-
<td style="border-bottom: 2px solid rgb(128,128,128);"><a href="{{ site.api_base_url }}/group__segmentation.html"><img height="100" src="/assets/images/overview/segmentation_small.png" /></a></td>
34-
<td style="border-bottom: 2px solid rgb(128,128,128);"><a href="{{ site.api_base_url }}/group__sample__consensus.html"><img height="100" src="/assets/images/overview/sample_consensus_small.png" /></a></td>
35-
<td style="border-bottom: 2px solid rgb(128,128,128);"><a href="{{ site.api_base_url }}/group__surface.html"><img height="100" src="/assets/images/overview/surface_small.png" /></a></td>
33+
<td style="border-bottom: 2px solid rgb(128,128,128);"><a href="{{ site.api_base_url }}/group__segmentation.html"><img height="100" src="{{ '/assets/images/overview/segmentation_small.png' | relative_url }}" /></a></td>
34+
<td style="border-bottom: 2px solid rgb(128,128,128);"><a href="{{ site.api_base_url }}/group__sample__consensus.html"><img height="100" src="{{ '/assets/images/overview/sample_consensus_small.png' | relative_url }}" /></a></td>
35+
<td style="border-bottom: 2px solid rgb(128,128,128);"><a href="{{ site.api_base_url }}/group__surface.html"><img height="100" src="{{ '/assets/images/overview/surface_small.png' | relative_url }}" /></a></td>
3636
</tr>
3737
<tr align="center"><td><b>recognition</b></td><td><b>io</b></td><td><b>visualization</b></td></tr>
3838
<tr align="center">
39-
<td><a href="{{ site.api_base_url }}/group__recognition.html"><img height="100" src="/assets/images/overview/recognition_small.png" /></a></td>
40-
<td><a href="{{ site.api_base_url }}/group__io.html"><img height="100" src="/assets/images/overview/io_small.jpg" /></a></td>
41-
<td><a href="{{ site.api_base_url }}/group__visualization.html"><img height="100" src="/assets/images/overview/visualization_small.png" /></a></td>
39+
<td><a href="{{ site.api_base_url }}/group__recognition.html"><img height="100" src="{{ '/assets/images/overview/recognition_small.png' | relative_url }}" /></a></td>
40+
<td><a href="{{ site.api_base_url }}/group__io.html"><img height="100" src="{{ '/assets/images/overview/io_small.jpg' | relative_url }}" /></a></td>
41+
<td><a href="{{ site.api_base_url }}/group__visualization.html"><img height="100" src="{{ '/assets/images/overview/visualization_small.png' | relative_url }}" /></a></td>
4242
</tr>
4343
</table>
4444

0 commit comments

Comments
 (0)