From 765c23e6b697f3ef13d42bac77756f964ec68248 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Tue, 7 Apr 2020 15:13:49 +0200 Subject: [PATCH] Nominatim github organization name changed. Add github link for this frontend as well --- src/handlebar_helpers.js | 2 +- src/layout.html | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/handlebar_helpers.js b/src/handlebar_helpers.js index 7af3384..c7dca54 100644 --- a/src/handlebar_helpers.js +++ b/src/handlebar_helpers.js @@ -131,7 +131,7 @@ Handlebars.registerHelper({ }, formatSearchRank: function (iRank) { // same as - // https://github.com/openstreetmap/Nominatim/blob/master/sql/functions.sql + // https://github.com/osm-search/Nominatim/blob/master/sql/functions.sql // get_searchrank_label() if (iRank < 2) return 'continent'; diff --git a/src/layout.html b/src/layout.html index 476ffa6..3a50a23 100644 --- a/src/layout.html +++ b/src/layout.html @@ -46,7 +46,8 @@
  • API Reference
  • FAQ
  • OpenStreetMap Help
  • -
  • Nominatim on Github
  • +
  • Nominatim on Github
  • +
  • This frontend on Github
  • Report problem with results
  • @@ -72,7 +73,7 @@ to check how the address was generated before reporting a problem.

    - Use Nominatim issues on github + Use Nominatim issues on github to report problems.

    -- 2.39.5