This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git
The following commit(s) were added to refs/heads/main by this push:
new 816c6b9 Fix wrong urls
816c6b9 is described below
commit 816c6b9ebeabeb695a2a1bcaca07f48b03a0f5c5
Author: yagagagaga <[email protected]>
AuthorDate: Fri Jun 28 23:46:41 2024 +0800
Fix wrong urls
---
src/pages/documentation/examples/serve-and-export-vector-tiles.mdx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/pages/documentation/examples/serve-and-export-vector-tiles.mdx
b/src/pages/documentation/examples/serve-and-export-vector-tiles.mdx
index f717cda..a3a59b6 100644
--- a/src/pages/documentation/examples/serve-and-export-vector-tiles.mdx
+++ b/src/pages/documentation/examples/serve-and-export-vector-tiles.mdx
@@ -9,9 +9,9 @@ In this tutorial, we'll learn how to create vector tiles from
the data imported
If you have not yet inserted data into your PostGIS database, please follow
one of these three guides:
-- [Import OSM data into
PostGIS](https://baremaps.apache.org/examples/import-osm-into-postgis/)
-- [Import Natural Earth data into
PostGIS](https://baremaps.apache.org/examples/openstreetmap/)
-- [Import Contour lines from the ASTER dataset into
PostGIS](https://baremaps.apache.org/examples/openstreetmap/)
+- [Import OSM data into
PostGIS](/documentation/examples/import-osm-into-postgis/)
+- [Import Natural Earth data into
PostGIS](/documentation/examples/import-naturalearth-into-postgis/)
+- [Import Contour lines from the ASTER dataset into
PostGIS](/documentation/examples/contour-lines-in-vector-tiles/)
If you are in a hurry, consider skipping the "Under the Hood" sections.