This is an automated email from the ASF dual-hosted git repository. adrabble pushed a commit to branch fix-readme-links in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit a74495fabae5e85d2661db02193c3bb6eac86ed4 Author: Antoine Drabble <[email protected]> AuthorDate: Thu Dec 8 14:57:57 2022 +0100 Fix wrong links to the documentation in the README --- README.md | 26 +++++++++++++------------- logo.svg | 1 + 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index a7fecfb4..4af23d31 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ # Apache Baremaps (Incubating) [](http://makeapullrequest.com) - + [](https://sonarcloud.io/dashboard?id=baremaps_baremaps) -[](https://lists.apache.org/[email protected]) +[](https://lists.apache.org/[email protected]) </div> @@ -21,11 +21,11 @@ You can find the official documentation at [https://baremaps.apache.org/](https://baremaps.apache.org/). The following pages showcase the main uses of Apache Baremaps. -- The [OpenStreetMap](/examples/import-osm-into-postgis/) example is a good introduction to Baremaps, it shows how to produce high resolution vector tiles. -- The [NaturalEarth](/examples/import-naturalearth-into-postgis/) example shows how to produce low resolution vector tiles. -- The [Contour](/examples/import-contour-into-postgis/) example shows how to produce contour lines from a digital elevation model. -- The [IP to location](/examples/ip-to-location/) example shows how to create and serve an IP to location service in a simple web application. -- The [Geocoding](/examples/geocoding/) example shows how to create and serve a geocoding service in a simple web application. +- The [OpenStreetMap](https://baremaps.apache.org/examples/import-osm-into-postgis/) example is a good introduction to Baremaps, it shows how to produce high resolution vector tiles. +- The [NaturalEarth](https://baremaps.apache.org/examples/import-naturalearth-into-postgis/) example shows how to produce low resolution vector tiles. +- The [Contour](https://baremaps.apache.org/examples/import-contour-into-postgis/) example shows how to produce contour lines from a digital elevation model. +- The [IP to location](https://baremaps.apache.org/examples/ip-to-location/) example shows how to create and serve an IP to location service in a simple web application. +- The [Geocoding](https://baremaps.apache.org/examples/geocoding/) example shows how to create and serve a geocoding service in a simple web application. ## 👩💻 How do I contribute? @@ -35,12 +35,12 @@ The official documentation is located in a separate repository available here [h If you want to contribute to the code you can refer to the following developer guides available in the documentation. -- [Project structure](/developer-manual/project-structure/) -- [How to build with Maven](/developer-manual/how-to-build-with-maven/) -- [Set up in IntelliJ IDEA](/developer-manual/setup-with-intellij/) -- [Geocoder](/developer-manual/geocoder/) -- [IP to location](/developer-manual/ip-to-location/) -- [Stylesheet](/developer-manual/stylesheet/) +- [Project structure](https://baremaps.apache.org/developer-manual/project-structure/) +- [How to build with Maven](https://baremaps.apache.org/developer-manual/how-to-build-with-maven/) +- [Set up in IntelliJ IDEA](https://baremaps.apache.org/developer-manual/setup-with-intellij/) +- [Geocoder](https://baremaps.apache.org/developer-manual/geocoder/) +- [IP to location](https://baremaps.apache.org/developer-manual/ip-to-location/) +- [Stylesheet](https://baremaps.apache.org/developer-manual/stylesheet/) You can also contribute in the following ways. diff --git a/logo.svg b/logo.svg new file mode 100644 index 00000000..0f834aaa --- /dev/null +++ b/logo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!-- Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path fill="#AAD29B" d="M560.02 32c-1.96 0-3.98.37-5.96 1.16L384.01 96H384L212 35.28A64.252 64.252 0 0 0 191.76 32c-6.69 0-13.37 1.05-19.81 3.14L20.12 87.95A32.006 32.006 0 0 0 0 117.66v346.32C0 473.17 7.53 480 15.99 480c1.96 0 3.97-.37 5.96-1.16L192 [...] \ No newline at end of file
