diff --git a/README.md b/README.md index 166a5be3..99624ff4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ VTM (Vector Tile Map) was developed within the [OpenScienceMap](https://github.c See the **[integration guide](docs/Integration.md)** and [changelog](docs/Changelog.md). And read through [how to contribute](docs/CONTRIBUTING.md) guidelines. -If you have any questions or problems, don't hesitate to ask the [Discussions](https://github.com/mapsforge/vtm/discussions) for help. +If you have any questions or problems, don't hesitate to ask the Discussions for help. ## Features - Java map library diff --git a/docs/Applications.md b/docs/Applications.md index 6021595b..9054cd6d 100644 --- a/docs/Applications.md +++ b/docs/Applications.md @@ -21,5 +21,3 @@ | [VTM with Eclipse RCP](https://github.com/wolfgang-ch/vtm-with-rcp) | VTM with an Eclipse RCP application | GPL3/Free | Desktop | Open | | [Walkaholic](https://play.google.com/store/apps/details?id=com.walkaholic.hikeapp) | Hiking app with official routes and online/offline maps | Proprietary/Free (in-app purchases) | Android | Closed | | [XCTrack](http://xctrack.org/) | Flight computer for paraglider pilots | Proprietary/Free | Android | Closed | - -You know an application that is missing here? Please inform us by sending a message via the [Discussions](https://github.com/mapsforge/vtm/discussions). diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 4c95d2d2..cac5f8b5 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -2,7 +2,7 @@ As an open source project, we welcome new contributors and appreciate your help. -Before you start working on an unresolved issue or try to implement a new feature, please contact us via the [Discussions](https://github.com/mapsforge/vtm/discussions). We will then discuss the best way to realize your proposal and figure out how we can help you to get started quickly. +Before you start working on an unresolved issue or try to implement a new feature, please contact us via the Discussions. We will then discuss the best way to realize your proposal and figure out how we can help you to get started quickly. If you are only requesting a small change in the code, you may attach a patch file to the corresponding issue, but it is best to create a pull request on Github. Make sure that your patch is derived from the latest version in our **master** repository, otherwise we might be unable to apply it. Important is to keep pull requests simple with one feature in each. Please follow our code and style conventions. diff --git a/docs/Changelog.md b/docs/Changelog.md index 2afb4e30..dede0516 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -227,7 +227,7 @@ - Many other minor improvements and bug fixes - [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.7.0) -## Version 0.6.0 (2016-10-28) - VTM revive +## Version 0.6.0 (2016-10-28) - VTM revival - Mapsforge maps **v4** support [#34](https://github.com/mapsforge/vtm/issues/34) - Render theme SVG resources [#60](https://github.com/mapsforge/vtm/issues/60) diff --git a/docs/Mapsforge-Maps.md b/docs/Mapsforge-Maps.md index 3299b93b..c1bc1d97 100644 --- a/docs/Mapsforge-Maps.md +++ b/docs/Mapsforge-Maps.md @@ -8,5 +8,3 @@ - [OpenAndroMaps](https://www.openandromaps.org/en/) - [OpenMaps](https://openmaps.eu/) - [vector.city](https://vector.city/) - -You know a Mapsforge map provider that is missing here? Please inform us by sending a message via the [Discussions](https://github.com/mapsforge/vtm/discussions). diff --git a/docs/Rendertheme.md b/docs/Rendertheme.md index 4597ddd7..f43b57e2 100644 --- a/docs/Rendertheme.md +++ b/docs/Rendertheme.md @@ -1,8 +1,6 @@ # RenderTheme -**This article describes how to use XML-based render-themes to style maps.** - -If you have any questions or problems, don't hesitate to ask the [Discussions](https://github.com/mapsforge/vtm/discussions) for help. +This article describes how to use XML-based render-themes to style maps. ## Introduction