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/02 17:17:47 UTC

[incubator-baremaps] branch update-links created (now beb42db7)

This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a change to branch update-links
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


      at beb42db7 Update links to the documentation

This branch includes the following new commits:

     new beb42db7 Update links to the documentation

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-baremaps] 01/01: Update links to the documentation

Posted by bc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a commit to branch update-links
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git

commit beb42db7c6110b877061e3aadfcb44062bb41cbc
Author: Bertil Chapuis <bc...@gmail.com>
AuthorDate: Thu Mar 2 18:17:32 2023 +0100

    Update links to the documentation
---
 README.md | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index 4af23d31..3e1269f3 100644
--- a/README.md
+++ b/README.md
@@ -19,34 +19,34 @@
 
 ## 📖 How do I use Apache Baremaps?
 
-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.
+You can find the documentation on the project's [website](https://baremaps.apache.org/). The following pages showcase the main uses of Apache Baremaps.
 
-- 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.
+- The [OpenStreetMap](https://baremaps.apache.org/documentation/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/documentation/examples/import-naturalearth-into-postgis) example shows how to produce low resolution vector tiles.
+- The [Contour](https://baremaps.apache.org/documentation/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/documentation/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/documentation/examples/geocoding) example shows how to create and serve a geocoding service in a simple web application.
 
 ## 👩‍💻 How do I contribute?
 
 There are many places where you can contribute to Apache Baremaps such as the code, the documentation, the website or the examples.
 
-The official documentation is located in a separate repository available here [https://github.com/apache/incubator-baremaps-site](https://github.com/apache/incubator-baremaps-site).
+The official documentation is located in a separate [repository](https://github.com/apache/incubator-baremaps-site).
 
 If you want to contribute to the code you can refer to the following developer guides available in the documentation.
 
-- [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/)
+- [Project structure](https://baremaps.apache.org/documentation/developer-manual/project-structure)
+- [How to build with Maven](https://baremaps.apache.org/documentation/developer-manual/how-to-build-with-maven)
+- [Set up in IntelliJ IDEA](https://baremaps.apache.org/documentation/developer-manual/setup-in-intellij)
+- [Geocoder](https://baremaps.apache.org/documentation/developer-manual/geocoder)
+- [IP to location](https://baremaps.apache.org/documentation/developer-manual/ip-to-location)
+- [Basemap](https://baremaps.apache.org/documentation/developer-manual/basemap)
 
 You can also contribute in the following ways.
 
 - [Create an issue](https://github.com/apache/incubator-baremaps/issues): Report a bug or feature request
 - [Join the mailing list](https://lists.apache.org/list.html?dev@baremaps.apache.org): Initiate or participate in project discussions on the mailing list
-- [Write a post](https://medium.com/): Write a post to share your use cases and experiences with Apache Baremaps
+- Write a post: Write a post to share your use cases and experiences with Apache Baremaps
 
 Finally, check out [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md).