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