From dd3fe18214d62c7156d4abb31ebaaae2cc97a0fb Mon Sep 17 00:00:00 2001 From: Bart Louwers Date: Wed, 6 Mar 2024 02:50:54 +0100 Subject: [PATCH] Add Markdown links to examples Makes it a bit easier to go to a particular example in the list. --- examples/README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/examples/README.md b/examples/README.md index 16b78b8a..0758eb0e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -11,33 +11,33 @@ them. ## Very simple examples -* `osmium_read` -* `osmium_count` -* `osmium_debug` -* `osmium_tiles` +* [`osmium_read`](./osmium_read.cpp) +* [`osmium_count`](./osmium_count.cpp) +* [`osmium_debug`](./osmium_debug.cpp) +* [`osmium_tiles`](./osmium_tiles.cpp) ## Still reasonably simple examples -* `osmium_amenity_list` -* `osmium_read_with_progress` -* `osmium_filter_discussions` -* `osmium_convert` -* `osmium_pub_names` -* `osmium_road_length` +* [`osmium_amenity_list`](./osmium_amenity_list.cpp) +* [`osmium_read_with_progress`](./osmium_read_with_progress.cpp) +* [`osmium_filter_discussions`](./osmium_filter_discussions.cpp) +* [`osmium_convert`](./osmium_convert.cpp) +* [`osmium_pub_names`](./osmium_pub_names.cpp) +* [`osmium_road_length`](./osmium_road_length.cpp) ## More advanced examples -* `osmium_area_test` -* `osmium_create_pois` -* `osmium_tags_filter` +* [`osmium_area_test`](./osmium_area_test.cpp) +* [`osmium_create_pois`](./osmium_create_pois.cpp) +* [`osmium_tags_filter`](./osmium_tags_filter.cpp) ## Even more advanced examples -* `osmium_change_tags` -* `osmium_location_cache_create` -* `osmium_location_cache_use` -* `osmium_dump_internal` -* `osmium_index_lookup` +* [`osmium_change_tags`](./osmium_change_tags.cpp) +* [`osmium_location_cache_create`](./osmium_location_cache_create.cpp) +* [`osmium_location_cache_use`](./osmium_location_cache_use.cpp) +* [`osmium_dump_internal`](./osmium_dump_internal.cpp) +* [`osmium_index_lookup`](./osmium_index_lookup.cpp) ## License