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.