]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - dist/searchpage.hbs
Link to documentation on nominatim.org rather than wiki.osm.org
[nominatim-ui.git] / dist / searchpage.hbs
index 40ba59be04bdfcf4bbf97aae4d695b1987014daf..8516f0883e939d913734e8a07d8ad01b6d2dd470 100644 (file)
@@ -9,7 +9,7 @@
     <span class="type">({{formatLabel aResult}})</span>
     <p class="coords">{{aResult.lat}},{{aResult.lon}}</p>  
 
-    <a class="btn btn-default btn-xs details" href="details.html?place_id={{aResult.place_id}}">details</a>
+    <a class="btn btn-default btn-xs details" href="details.html?osmtype={{shortOSMType aResult.osm_type}}&osmid={{aResult.osm_id}}">details</a>
   </div>
 {{/inline}}
 
@@ -64,7 +64,7 @@
       link to a details page where you can inspect what data about the object is saved in 
       the database and investigate how the address of the object has been computed.</p>
 
-      For more information visit the <a href="https://wiki.openstreetmap.org/wiki/Nominatim">Nominatim wiki page</a>.
+      For more information visit the <a href="https://nominatim.org">Nominatim home page</a>.
     </div>
 
   {{/if}}