From abf44ad4154dc3ffd1be2090e2f5c8e07bf35528 Mon Sep 17 00:00:00 2001 From: Mike Toews Date: Sat, 2 Jun 2018 19:49:34 +1200 Subject: use shortened URL from StackExchange websites --- src/PJ_cart.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/PJ_cart.c b/src/PJ_cart.c index b4fc60b2..6fed9985 100644 --- a/src/PJ_cart.c +++ b/src/PJ_cart.c @@ -64,7 +64,7 @@ PROJ_HEAD(cart, "Geodetic/cartesian conversions"); and Wikipedia: Geographic Coordinate Conversion, - https://en.m.wikipedia.org/wiki/Geographic_coordinate_conversion + https://en.wikipedia.org/wiki/Geographic_coordinate_conversion (WP, below). @@ -94,7 +94,7 @@ PROJ_HEAD(cart, "Geodetic/cartesian conversions"); Wikipedia: Earth Radius https://en.wikipedia.org/wiki/Earth_radius#Radius_at_a_given_geodetic_latitude - (Derivation and commentary at http://gis.stackexchange.com/questions/20200/how-do-you-compute-the-earths-radius-at-a-given-geodetic-latitude) + (Derivation and commentary at https://gis.stackexchange.com/q/20200) (WP2, below) -- cgit v1.2.3 From 5a8009e4dfc6538f9979a8a901ab1c8c20d6e43f Mon Sep 17 00:00:00 2001 From: Mike Toews Date: Sat, 2 Jun 2018 20:46:35 +1200 Subject: use modern URL for DOI --- src/PJ_patterson.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/PJ_patterson.c b/src/PJ_patterson.c index a15c730f..b54847f2 100644 --- a/src/PJ_patterson.c +++ b/src/PJ_patterson.c @@ -33,7 +33,7 @@ * Patterson, T., Savric, B., and Jenny, B. (2015). Cartographic Perspectives * (No.78). Describes the projection design and characteristics, and * developing the equations. doi:10.14714/CP78.1270 - * http://dx.doi.org/10.14714/CP78.1270 + * https://doi.org/10.14714/CP78.1270 * * Port to PROJ.4 by Micah Cochran, 26 March 2016 */ -- cgit v1.2.3