Skip to content

Commit 70e2b04

Browse files
authored
Link to Haversine Distance article on Wikipedia (#889)
1 parent a40be2b commit 70e2b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ select * from deduplicated_cte
918918

919919
### haversine_distance ([source](macros/sql/haversine_distance.sql))
920920

921-
This macro calculates the [haversine distance](http://daynebatten.com/2015/09/latitude-longitude-distance-sql/) between a pair of x/y coordinates.
921+
This macro calculates the [haversine distance](https://en.wikipedia.org/wiki/Haversine_formula) between a pair of x/y coordinates.
922922

923923
Optionally takes a `unit` string argument ('km' or 'mi') which defaults to miles (imperial system).
924924

0 commit comments

Comments
 (0)