fix links in details documentation

Thanks to @JamesKingdom.
This commit is contained in:
Sarah Hoffmann
2018-08-23 20:30:07 +02:00
parent 14e708f366
commit c80c80200c
2 changed files with 3 additions and 2 deletions

View 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

View 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':