mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-15 20:53:49 +09:00
Added HTTPS to links
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user