]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/layout.html
Link to documentation on nominatim.org rather than wiki.osm.org
[nominatim-ui.git] / src / layout.html
index 42a23a495daf1f97f2c08fa15dcb633bdfc73e05..476ffa600fc982ccba810c69f1a359c2237e3a24 100644 (file)
             About &amp; Help <span class="caret"></span>
           </button>
           <ul class="dropdown-menu dropdown-menu-right">
-            <li><a href="https://wiki.openstreetmap.org/wiki/Nominatim" target="_blank">Documentation</a></li>
-            <li><a href="https://wiki.openstreetmap.org/wiki/Nominatim/FAQ" target="_blank">FAQ</a></li>
+            <li><a href="https://nominatim.org/release-docs/develop/api/Overview/" target="_blank">API Reference</a></li>
+            <li><a href="https://nominatim.org/release-docs/develop/api/Faq/" target="_blank">FAQ</a></li>
+            <li><a href="https://help.openstreetmap.org/tags/nominatim/">OpenStreetMap Help</a></li>
+            <li><a href="https://github.com/openstreetmap/Nominatim">Nominatim on Github</a></li>
             <li role="separator" class="divider"></li>
             <li><a href="#" class="" data-toggle="modal" data-target="#report-modal">Report problem with results</a></li>
           </ul>
         </div>
         <div class="modal-body">
           <p>
-            Before reporting problems please read the <a target="_blank" href="https://wiki.openstreetmap.org/wiki/Nominatim">user documentation</a>
+            Before reporting problems please read the <a target="_blank" href="https://nominatim.org/release-docs/develop/api/Overview/">user documentation</a>
             and
-            <a target="_blank" href="https://wiki.openstreetmap.org/wiki/Nominatim/FAQ">FAQ</a>.
+            <a target="_blank" href="https://nominatim.org/release-docs/develop/api/Faq/">FAQ</a>.
 
             If your problem relates to the address of a particular search result please use the 'details' link 
             to check how the address was generated before reporting a problem.
           </p>
           <p>
-            Use <a target="_blank" href="https://github.com/openstreetmap/nominatim/issues">Nominatim issues on github</a>
+            Use <a target="_blank" href="https://github.com/openstreetmap/Nominatim/issues">Nominatim issues on github</a>
             to report problems.
           </p>
           <p>
 
   <script src="config.js"></script>
   <script src="handlebar_helpers.js"></script>
-  <script id="searchpage-template" type="text/x-handlebars-template">
-    @include(src/templates/searchpage.hbs)
-  </script>
-  <script id="reversepage-template" type="text/x-handlebars-template">
-    @include(src/templates/reversepage.hbs)
-  </script>
-  <script id="detailspage-template" type="text/x-handlebars-template">
-    @include(src/templates/detailspage.hbs)
-  </script>
-  <script id="detailspage-index-template" type="text/x-handlebars-template">
-    @include(src/templates/detailspage-index.hbs)
-  </script>
-
 
   <script src="assets/js/nominatim-ui.js"></script>
 </body>