]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix links in details documentation
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 23 Aug 2018 18:30:07 +0000 (20:30 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 23 Aug 2018 18:30:07 +0000 (20:30 +0200)
Thanks to @JamesKingdom.

docs/api/Details.md
docs/mkdocs.yml

index 357b6a4b92ef6e3088d07c08777b11525c2db633..66b52409b5b33d0848dcab8059e3f95ce198aebf 100644 (file)
@@ -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
index 87d6536378a90d8f6a5a240c84d8b756153e164c..7c3cd89537681dde9b01faa747a88d2d5284a65b 100644 (file)
@@ -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':