From: marc tobias
Date: Tue, 7 Apr 2020 13:13:49 +0000 (+0200)
Subject: Nominatim github organization name changed. Add github link for this frontend as...
X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/commitdiff_plain/765c23e6b697f3ef13d42bac77756f964ec68248
Nominatim github organization name changed. Add github link for this frontend as well
---
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.