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 1084aa9  Fix broken links (#18)
1084aa9 is described below

commit 1084aa97800cfd470ff40a1daaddca4bdb027156
Author: Leonard <[email protected]>
AuthorDate: Fri Apr 28 16:51:45 2023 +0200

    Fix broken links (#18)
    
    * Fix broken links
    
    * Fix old permalink
    
    * Remove permalinks
---
 pages/documentation/developer-manual.mdx                          | 1 -
 pages/documentation/developer-manual/geocoder.mdx                 | 1 -
 pages/documentation/developer-manual/ip-to-location.mdx           | 1 -
 pages/documentation/developer-manual/project-structure.mdx        | 1 -
 pages/documentation/developer-manual/setup-in-intellij.mdx        | 1 -
 pages/documentation/examples.mdx                                  | 1 -
 pages/documentation/examples/extrusion.mdx                        | 3 +--
 pages/documentation/examples/geocoding.mdx                        | 1 -
 pages/documentation/examples/import-naturalearth-into-postgis.mdx | 5 ++---
 pages/documentation/examples/import-osm-into-postgis.mdx          | 5 ++---
 pages/documentation/examples/ip-to-location.mdx                   | 3 +--
 pages/documentation/examples/serve-and-export-vector-tiles.mdx    | 1 -
 pages/documentation/getting-started.md                            | 1 -
 pages/documentation/getting-started/installing-postgis.mdx        | 1 -
 pages/documentation/getting-started/installing-the-cli.mdx        | 1 -
 15 files changed, 6 insertions(+), 21 deletions(-)

diff --git a/pages/documentation/developer-manual.mdx 
b/pages/documentation/developer-manual.mdx
index 234adff..cde3ebf 100644
--- a/pages/documentation/developer-manual.mdx
+++ b/pages/documentation/developer-manual.mdx
@@ -1,7 +1,6 @@
 ---
 layout: default
 title: Developer Manual
-permalink: /developer-manual/
 ---
 
 # Developer Manual
diff --git a/pages/documentation/developer-manual/geocoder.mdx 
b/pages/documentation/developer-manual/geocoder.mdx
index 593ddf6..0b3dc6a 100644
--- a/pages/documentation/developer-manual/geocoder.mdx
+++ b/pages/documentation/developer-manual/geocoder.mdx
@@ -1,7 +1,6 @@
 ---
 layout: default
 title: Geocoder
-permalink: /developer-manual/geocoder/
 ---
 
 # Geocoder
diff --git a/pages/documentation/developer-manual/ip-to-location.mdx 
b/pages/documentation/developer-manual/ip-to-location.mdx
index c2590c4..53954c0 100644
--- a/pages/documentation/developer-manual/ip-to-location.mdx
+++ b/pages/documentation/developer-manual/ip-to-location.mdx
@@ -1,7 +1,6 @@
 ---
 layout: default
 title: IP to location
-permalink: /developer-manual/ip-to-location/
 ---
 
 # IP to location
diff --git a/pages/documentation/developer-manual/project-structure.mdx 
b/pages/documentation/developer-manual/project-structure.mdx
index b244aec..8c11b89 100644
--- a/pages/documentation/developer-manual/project-structure.mdx
+++ b/pages/documentation/developer-manual/project-structure.mdx
@@ -1,7 +1,6 @@
 ---
 layout: default
 title: Project structure
-permalink: /developer-manual/project-structure/
 ---
 
 # Project structure
diff --git a/pages/documentation/developer-manual/setup-in-intellij.mdx 
b/pages/documentation/developer-manual/setup-in-intellij.mdx
index 9e34b09..d6a751e 100644
--- a/pages/documentation/developer-manual/setup-in-intellij.mdx
+++ b/pages/documentation/developer-manual/setup-in-intellij.mdx
@@ -1,7 +1,6 @@
 ---
 layout: default
 title: Set up in IntelliJ IDEA
-permalink: /developer-manual/setup-in-intellij/
 ---
 
 # Set up in IntelliJ IDEA
diff --git a/pages/documentation/examples.mdx b/pages/documentation/examples.mdx
index a132ee3..56e4cd2 100644
--- a/pages/documentation/examples.mdx
+++ b/pages/documentation/examples.mdx
@@ -1,7 +1,6 @@
 ---
 layout: default
 title: Examples
-permalink: /examples/
 ---
 
 # Examples
diff --git a/pages/documentation/examples/extrusion.mdx 
b/pages/documentation/examples/extrusion.mdx
index e217b9a..b50ffff 100644
--- a/pages/documentation/examples/extrusion.mdx
+++ b/pages/documentation/examples/extrusion.mdx
@@ -1,12 +1,11 @@
 ---
 layout: default
 title: Extrusion of vector tiles from OSM data
-permalink: /examples/extrusion/
 ---
 
 # Extrusion of vector tiles from OSM data
 
-This example builds upon the [OpenStreetMap 
example](https://www.baremaps.com/examples/openstreetmap/) and shows how 3d
+This example builds upon the [OpenStreetMap 
example](/documentation/examples/import-osm-into-postgis/) and shows how 3d
 buildings can be extruded with Maplibre. First, start by downloading the OSM 
data for London in the current directory.
 
 To import London data in the database.
diff --git a/pages/documentation/examples/geocoding.mdx 
b/pages/documentation/examples/geocoding.mdx
index c4b2f6b..24d8af5 100644
--- a/pages/documentation/examples/geocoding.mdx
+++ b/pages/documentation/examples/geocoding.mdx
@@ -1,7 +1,6 @@
 ---
 layout: default
 title: Create a geocoding web service
-permalink: /examples/geocoding/
 ---
 
 # Create a geocoding web service
diff --git a/pages/documentation/examples/import-naturalearth-into-postgis.mdx 
b/pages/documentation/examples/import-naturalearth-into-postgis.mdx
index cf09fd7..dec19bb 100644
--- a/pages/documentation/examples/import-naturalearth-into-postgis.mdx
+++ b/pages/documentation/examples/import-naturalearth-into-postgis.mdx
@@ -1,14 +1,13 @@
 ---
 layout: default
 title: Import Natural Earth data into PostGIS
-permalink: /examples/import-naturalearth-into-postgis/
 ---
 
 # Import Natural Earth data into PostGIS
 
 In this tutorial, we'll learn how to use Baremaps to import Natural Earth data 
in a PostGIS database.
 
-Notice that the following steps assume that the Apache Baremaps CLI and 
PostGIS are [installed](https://www.baremaps.com/getting-started/).
+Notice that the following steps assume that the Apache Baremaps CLI and 
PostGIS are [installed](/documentation/getting-started/).
 
 ## Dataset
 
@@ -45,5 +44,5 @@ ogr2ogr \
 
 In this tutorial, we learnt how to import Natural Earth data in PostGIS.
 
-Now that you have inserted the data into the PostGIS database, you can use 
follow the [Serve Vector Tiles from PostGIS](/examples/serve-vector-tiles) 
example to serve
+Now that you have inserted the data into the PostGIS database, you can use 
follow the [Serve Vector Tiles from 
PostGIS](/documentation/examples/serve-and-export-vector-tiles/) example to 
serve
 your PostGIS data directly as Vector Tiles in a web application with live 
reload capabilities.
diff --git a/pages/documentation/examples/import-osm-into-postgis.mdx 
b/pages/documentation/examples/import-osm-into-postgis.mdx
index aa10375..2be40a0 100644
--- a/pages/documentation/examples/import-osm-into-postgis.mdx
+++ b/pages/documentation/examples/import-osm-into-postgis.mdx
@@ -1,14 +1,13 @@
 ---
 layout: default
 title: Import OSM data into PostGIS
-permalink: /examples//import-osm-into-postgis/
 ---
 
 # Import OSM data into PostGIS
 
 In this tutorial, we'll learn how to use Baremaps to import contour lines data 
in a PostGIS database.
 
-Notice that the following steps assume that the Apache Baremaps CLI and 
PostGIS are [installed](https://www.baremaps.com/getting-started/).
+Notice that the following steps assume that the Apache Baremaps CLI and 
PostGIS are [installed](/documentation/getting-started/).
 
 Also, if you are in a hurry, consider skipping the "Under the Hood" sections.
 
@@ -76,5 +75,5 @@ The following Figure displays the schema of the PostGIS 
database created by Bare
 
 In this tutorial, we learnt how to import OpenStreetMap data in PostGIS.
 
-Now that you have inserted the OSM data into the PostGIS database, you can use 
follow the [Serve Vector Tiles from PostGIS](/examples/serve-vector-tiles) 
example to serve 
+Now that you have inserted the OSM data into the PostGIS database, you can use 
follow the [Serve Vector Tiles from 
PostGIS](/documentation/examples/serve-and-export-vector-tiles/) example to 
serve 
 your PostGIS data directly as Vector Tiles in a web application with live 
reload capabilities.
diff --git a/pages/documentation/examples/ip-to-location.mdx 
b/pages/documentation/examples/ip-to-location.mdx
index 8f89f6a..4381b16 100644
--- a/pages/documentation/examples/ip-to-location.mdx
+++ b/pages/documentation/examples/ip-to-location.mdx
@@ -1,7 +1,6 @@
 ---
 layout: default
 title: Create an IP to location web service
-permalink: /examples/ip-to-location/
 ---
 
 # Create an IP to location web service
@@ -28,7 +27,7 @@ It is not always possible to extract meaningful data from 
these registries becau
 The workflow executed in the following command contains multiple steps.
 
 - Download and decompress the data from the RIRs
-- Download and create a Geocoding index (see the 
[Geocoding](/examples/geocoding/) example)
+- Download and create a Geocoding index (see the 
[Geocoding](/documentation/examples/geocoding/) example)
 - Iterate over every entry in the registries to extract the IP address ranges 
and the associated metadata to query the Geocoding index and extract a latitude 
and a longitude.
 
 ```
diff --git a/pages/documentation/examples/serve-and-export-vector-tiles.mdx 
b/pages/documentation/examples/serve-and-export-vector-tiles.mdx
index a91c4e4..d005da8 100644
--- a/pages/documentation/examples/serve-and-export-vector-tiles.mdx
+++ b/pages/documentation/examples/serve-and-export-vector-tiles.mdx
@@ -1,7 +1,6 @@
 ---
 layout: default
 title: Serve Vector Tiles from PostGIS
-permalink: /examples//serve-vector-tiles/
 ---
 
 # Serve and Export Vector Tiles from PostGIS
diff --git a/pages/documentation/getting-started.md 
b/pages/documentation/getting-started.md
index edd5a6d..4e1d83f 100644
--- a/pages/documentation/getting-started.md
+++ b/pages/documentation/getting-started.md
@@ -1,7 +1,6 @@
 ---
 layout: default
 title: Getting Started
-permalink: /getting-started/
 ---
 
 # Getting Started
diff --git a/pages/documentation/getting-started/installing-postgis.mdx 
b/pages/documentation/getting-started/installing-postgis.mdx
index 079d384..367964a 100644
--- a/pages/documentation/getting-started/installing-postgis.mdx
+++ b/pages/documentation/getting-started/installing-postgis.mdx
@@ -1,7 +1,6 @@
 ---
 layout: default
 title: Installing PostGIS
-permalink: /getting-started/installing-postgis/
 ---
 
 # Installing PostGIS
diff --git a/pages/documentation/getting-started/installing-the-cli.mdx 
b/pages/documentation/getting-started/installing-the-cli.mdx
index fa0f6af..324b109 100644
--- a/pages/documentation/getting-started/installing-the-cli.mdx
+++ b/pages/documentation/getting-started/installing-the-cli.mdx
@@ -1,7 +1,6 @@
 ---
 layout: default
 title: Installing the CLI
-permalink: /getting-started/installing-the-cli/
 ---
 
 #  Installing the CLI

Reply via email to