This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 8b52ce1  Fix TLD for GeoNames source (#29)
8b52ce1 is described below

commit 8b52ce119039b2e0873c69dbce9b8f9dcb3818a1
Author: JamesEisele <[email protected]>
AuthorDate: Sun May 28 15:15:22 2023 -0600

    Fix TLD for GeoNames source (#29)
    
    Updates TLD for GeoNames website from incorrect `.com` to `.org` and adds 
`www` to address to preserve HTTPS.
---
 src/pages/documentation/examples/geocoding.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/documentation/examples/geocoding.mdx 
b/src/pages/documentation/examples/geocoding.mdx
index 1a11745..18589d4 100644
--- a/src/pages/documentation/examples/geocoding.mdx
+++ b/src/pages/documentation/examples/geocoding.mdx
@@ -9,7 +9,7 @@ In this tutorial, we demonstrate how to create a geocoding 
index and then serve
 
 ## Dataset
 
-The data we will be using comes from [Geonames](https://geonames.com).
+The data we will be using comes from [Geonames](https://www.geonames.org).
 
 ## Generate the index
 

Reply via email to