From 1fa86b5e077deb1ccc4b6076a2ca89d79bb84f0b Mon Sep 17 00:00:00 2001
From: Emux <devemux86@gmail.com>
Date: Tue, 16 Mar 2021 17:19:22 +0200
Subject: [PATCH] GitHub Discussions

---
 README.md              | 2 +-
 docs/Applications.md   | 2 +-
 docs/CONTRIBUTING.md   | 2 +-
 docs/ISSUE_TEMPLATE.md | 2 +-
 docs/Mapsforge-Maps.md | 2 +-
 docs/Rendertheme.md    | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index c66b09d2..a9797e56 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 our public [forum](https://groups.google.com/group/mapsforge-dev) for help.
+If you have any questions or problems, don't hesitate to ask the [GitHub Discussions](https://github.com/mapsforge/vtm/discussions) for help.
 
 ## Features
 - Java map library
diff --git a/docs/Applications.md b/docs/Applications.md
index 2068c63c..6e8ad62a 100644
--- a/docs/Applications.md
+++ b/docs/Applications.md
@@ -22,4 +22,4 @@
 | [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 our public [forum](https://groups.google.com/group/mapsforge-dev).
+You know an application that is missing here? Please inform us by sending a message via the [GitHub Discussions](https://github.com/mapsforge/vtm/discussions).
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md
index df768d15..56a14a56 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 our public [forum](https://groups.google.com/group/mapsforge-dev). 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 our public [GitHub 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.
 
 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/ISSUE_TEMPLATE.md b/docs/ISSUE_TEMPLATE.md
index a1416afd..287b71cc 100644
--- a/docs/ISSUE_TEMPLATE.md
+++ b/docs/ISSUE_TEMPLATE.md
@@ -1 +1 @@
-For questions, reports and feature requests please use the [forum](https://groups.google.com/group/mapsforge-dev).
+For questions, reports and feature requests please use the [GitHub Discussions](https://github.com/mapsforge/vtm/discussions).
diff --git a/docs/Mapsforge-Maps.md b/docs/Mapsforge-Maps.md
index c3064e1e..83958839 100644
--- a/docs/Mapsforge-Maps.md
+++ b/docs/Mapsforge-Maps.md
@@ -9,4 +9,4 @@
 - [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 our public [forum](https://groups.google.com/group/mapsforge-dev).
+You know a Mapsforge map provider that is missing here? Please inform us by sending a message via the [GitHub Discussions](https://github.com/mapsforge/vtm/discussions).
diff --git a/docs/Rendertheme.md b/docs/Rendertheme.md
index 788799c5..bd8dcdab 100644
--- a/docs/Rendertheme.md
+++ b/docs/Rendertheme.md
@@ -2,7 +2,7 @@
 
 **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 our public [forum](https://groups.google.com/group/mapsforge-dev) for help.
+If you have any questions or problems, don't hesitate to ask the [GitHub Discussions](https://github.com/mapsforge/vtm/discussions) for help.
 
 ## Introduction