From c80c80200c0c2e78811d0b96e225406471e0ad48 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 23 Aug 2018 20:30:07 +0200 Subject: [PATCH 1/1] fix links in details documentation Thanks to @JamesKingdom. --- docs/api/Details.md | 4 ++-- docs/mkdocs.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/api/Details.md b/docs/api/Details.md index 357b6a4b..66b52409 100644 --- a/docs/api/Details.md +++ b/docs/api/Details.md @@ -82,11 +82,11 @@ comma-separated list of language codes. ##### HTML -[https://nominatim.openstreetmap.org/details.php?osmtype=W&osmid=38210407]() +[https://nominatim.openstreetmap.org/details.php?osmtype=W&osmid=38210407](https://nominatim.openstreetmap.org/details.php?osmtype=W&osmid=38210407) ##### JSON -[https://nominatim.openstreetmap.org/details.php?osmtype=W&osmid=38210407&format=json]() +[https://nominatim.openstreetmap.org/details.php?osmtype=W&osmid=38210407&format=json](https://nominatim.openstreetmap.org/details.php?osmtype=W&osmid=38210407&format=json) ```json diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 87d65363..7c3cd895 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -10,6 +10,7 @@ pages: - 'Search': 'api/Search.md' - 'Reverse': 'api/Reverse.md' - 'Address Lookup': 'api/Lookup.md' + - 'Details' : 'api/Details.md' - 'Place Output Formats': 'api/Output.md' - 'FAQ': 'api/Faq.md' - 'Administration Guide': -- 2.39.5