Added HTTPS to links

This commit is contained in:
Justin Foell
2020-01-31 11:48:35 -06:00
parent a78ace5476
commit a73ec38ed3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
*/
class WPStrava_Activity {
const ACTIVITIES_URL = 'http://strava.com/activities/';
const ATHLETES_URL = 'http://strava.com/athletes/';
const ACTIVITIES_URL = 'https://strava.com/activities/';
const ATHLETES_URL = 'https://strava.com/athletes/';
/**
* Get single activity by ID.
+1 -1
View File
@@ -7,7 +7,7 @@
* @since 1.3.0
*/
class WPStrava_Routes {
const ROUTES_URL = 'http://strava.com/routes/';
const ROUTES_URL = 'https://strava.com/routes/';
/**
* Get single route by ID.