diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index 9cc37121716..dd0faed4c16 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -57,7 +57,7 @@
{% if menu_links %}
- Getting help and contributing
+ Getting help
{% for text, link in menu_links %}
diff --git a/doc/conf.py b/doc/conf.py
index d3484bbc652..f28cfeb87bb 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -211,20 +211,16 @@
html_context = {
"menu_links": [
(
- ' Code of Conduct',
- "https://github.com/GenericMappingTools/.github/blob/main/CODE_OF_CONDUCT.md",
- ),
- (
- ' License',
- f"{repository_url}/blob/main/LICENSE.txt",
+ ' GMT Forum',
+ "https://forum.generic-mapping-tools.org",
),
(
- ' Contact',
- "https://forum.generic-mapping-tools.org",
+ ' Bug Report (GitHub)',
+ f"{repository_url}/issues",
),
(
- ' Source Code',
- repository_url,
+ ' Code of Conduct',
+ "https://github.com/GenericMappingTools/.github/blob/main/CODE_OF_CONDUCT.md",
),
],
# Custom variables to enable "Improve this page"" and "Download notebook" links