aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/PJ_cart.c4
-rw-r--r--src/PJ_patterson.c2
2 files changed, 3 insertions, 3 deletions
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)
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
*/