diff --git a/examples/manifest.toml b/examples/manifest.toml index b74cf9e91e54..87f7fa7f3fe8 100644 --- a/examples/manifest.toml +++ b/examples/manifest.toml @@ -141,7 +141,7 @@ examples = [ "clock", "dna", "log_file", - "osm_data", + "openstreetmap_data", "minimal", "multiprocess_logging", "multithreading", diff --git a/examples/python/osm_data/.gitignore b/examples/python/openstreetmap_data/.gitignore similarity index 100% rename from examples/python/osm_data/.gitignore rename to examples/python/openstreetmap_data/.gitignore diff --git a/examples/python/osm_data/README.md b/examples/python/openstreetmap_data/README.md similarity index 91% rename from examples/python/osm_data/README.md rename to examples/python/openstreetmap_data/README.md index 2df48e7c3de4..f7b00df5d4ec 100644 --- a/examples/python/osm_data/README.md +++ b/examples/python/openstreetmap_data/README.md @@ -1,5 +1,5 @@