We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40be2b commit 70e2b04Copy full SHA for 70e2b04
README.md
@@ -918,7 +918,7 @@ select * from deduplicated_cte
918
919
### haversine_distance ([source](macros/sql/haversine_distance.sql))
920
921
-This macro calculates the [haversine distance](http://daynebatten.com/2015/09/latitude-longitude-distance-sql/) between a pair of x/y coordinates.
+This macro calculates the [haversine distance](https://en.wikipedia.org/wiki/Haversine_formula) between a pair of x/y coordinates.
922
923
Optionally takes a `unit` string argument ('km' or 'mi') which defaults to miles (imperial system).
924
0 commit comments