]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/handlebar_helpers.js
Nominatim github organization name changed. Add github link for this frontend as...
[nominatim-ui.git] / src / handlebar_helpers.js
index 7af3384df441c4818086e8d270bf6c2555ef7aa4..c7dca541ede8d196945b21d517b854cc84bf39c8 100644 (file)
@@ -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';