You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@baremaps.apache.org by bc...@apache.org on 2023/03/27 12:13:40 UTC

[incubator-baremaps] branch main updated: Fix links in README files (#615)

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.git


The following commit(s) were added to refs/heads/main by this push:
     new 4a5e4eb2 Fix links in README files (#615)
4a5e4eb2 is described below

commit 4a5e4eb2c4a82dd28973d2576c5f4e00c3cc16fa
Author: Bertil Chapuis <bc...@gmail.com>
AuthorDate: Mon Mar 27 14:13:35 2023 +0200

    Fix links in README files (#615)
---
 examples/contour/README.md        | 2 +-
 examples/extrusion/README.md      | 2 +-
 examples/geocoding/README.md      | 2 +-
 examples/ip-to-location/README.md | 2 +-
 examples/naturalearth/README.md   | 2 +-
 examples/openstreetmap/README.md  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/examples/contour/README.md b/examples/contour/README.md
index 6d1ed0e4..2c2f1a93 100644
--- a/examples/contour/README.md
+++ b/examples/contour/README.md
@@ -13,4 +13,4 @@
 
 This folder contains the required files to create and serve vector tiles from contour lines data. 
 
-Refer to the [official documentation](https://baremaps.apache.org/examples/import-contour-into-postgis/) for more information.
\ No newline at end of file
+Refer to the [official documentation](https://baremaps.apache.org/documentation/examples/import-contour-into-postgis) for more information.
\ No newline at end of file
diff --git a/examples/extrusion/README.md b/examples/extrusion/README.md
index 6d1ed0e4..a3be2855 100644
--- a/examples/extrusion/README.md
+++ b/examples/extrusion/README.md
@@ -13,4 +13,4 @@
 
 This folder contains the required files to create and serve vector tiles from contour lines data. 
 
-Refer to the [official documentation](https://baremaps.apache.org/examples/import-contour-into-postgis/) for more information.
\ No newline at end of file
+Refer to the [official documentation](https://baremaps.apache.org/documentation/examples/extrusion) for more information.
\ No newline at end of file
diff --git a/examples/geocoding/README.md b/examples/geocoding/README.md
index 315d164b..54efc1a3 100644
--- a/examples/geocoding/README.md
+++ b/examples/geocoding/README.md
@@ -13,4 +13,4 @@
 
 This folder contains the required files to create a geocoding web service. 
 
-Refer to the [official documentation](https://baremaps.apache.org/examples/geocoding/) for more information.
\ No newline at end of file
+Refer to the [official documentation](https://baremaps.apache.org/documentation/examples/geocoding) for more information.
\ No newline at end of file
diff --git a/examples/ip-to-location/README.md b/examples/ip-to-location/README.md
index 1b021bb2..e74c1627 100644
--- a/examples/ip-to-location/README.md
+++ b/examples/ip-to-location/README.md
@@ -13,4 +13,4 @@
 
 This folder contains the required files to create a web service for geo-localisation by IP address. 
 
-Refer to the [official documentation](https://baremaps.apache.org/examples/ip-to-location/) for more information.
\ No newline at end of file
+Refer to the [official documentation](https://baremaps.apache.org/documentation/examples/ip-to-location) for more information.
\ No newline at end of file
diff --git a/examples/naturalearth/README.md b/examples/naturalearth/README.md
index 98ee3314..c2258bf7 100644
--- a/examples/naturalearth/README.md
+++ b/examples/naturalearth/README.md
@@ -13,4 +13,4 @@
 
 This folder contains the required files to create and serve vector tiles from Natural Earth data. 
 
-Refer to the [official documentation](https://baremaps.apache.org/examples/import-natural-earth-into-postgis/) for more information.
\ No newline at end of file
+Refer to the [official documentation](https://baremaps.apache.org/documentation/examples/import-naturalearth-into-postgis) for more information.
\ No newline at end of file
diff --git a/examples/openstreetmap/README.md b/examples/openstreetmap/README.md
index 90e6abe4..7fa77f56 100644
--- a/examples/openstreetmap/README.md
+++ b/examples/openstreetmap/README.md
@@ -13,4 +13,4 @@
 
 This folder contains the required files to create and serve vector tiles from OpenStreetMap data. 
 
-Refer to the [official documentation](https://baremaps.apache.org/examples/import-osm-into-postgis/) for more information.
\ No newline at end of file
+Refer to the [official documentation](https://baremaps.apache.org/documentation/examples/import-osm-into-postgis) for more information.
\ No newline at end of file