Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong links to the documentation in the README #552

Merged
merged 1 commit into from
Dec 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# Apache Baremaps (Incubating)

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat&logo=github&color=2370ff&labelColor=454545)](http://makeapullrequest.com)
![Build passing](https://github.com/baremaps/baremaps/actions/workflows/build.yml/badge.svg)
![Build Passing](https://github.com/baremaps/baremaps/actions/workflows/build.yml/badge.svg)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=baremaps_baremaps&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=baremaps_baremaps)
[![Slack](https://img.shields.io/badge/Apache-dev_mailing_list-success.svg?logo=apache)](https://lists.apache.org/list.html?dev@baremaps.apache.org)
[![Mailing List](https://img.shields.io/badge/Apache-dev_mailing_list-success.svg?logo=apache)](https://lists.apache.org/list.html?dev@baremaps.apache.org)

</div>

Expand All @@ -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?

Expand All @@ -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.

Expand Down
1 change: 1 addition & 0 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.