Skip to content

Commit 85cf810

Browse files
committed
Use https for CM urls
1 parent 400a8cd commit 85cf810

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pip install setuptools
1414

1515
## Prepare the release
1616

17-
- Increment `version` in the `setup.py` file, ensuring that you use [Semantic Versioning](http://semver.org/).
17+
- Increment `version` in the `setup.py` file, ensuring that you use [Semantic Versioning](https://semver.org/).
1818
- Add an entry to `HISTORY.md` which clearly explains the new release.
1919
- Commit your changes:
2020

lib/createsend/createsend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def external_session_url(self, email, chrome, url, integrator_id, client_id):
312312
"""
313313
Get a URL which initiates a new external session for the user with the
314314
given email.
315-
Full details: http://www.campaignmonitor.com/api/account/#single_sign_on
315+
Full details: https://www.campaignmonitor.com/api/account/#single_sign_on
316316
317317
:param email: String The representing the email address of the
318318
Campaign Monitor user for whom the login session should be created.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
description="A library which implements the complete functionality of the Campaign Monitor API.",
77
author='Campaign Monitor',
88
author_email='support@campaignmonitor.com',
9-
url="http://campaignmonitor.github.io/createsend-python/",
9+
url="https://campaignmonitor.github.io/createsend-python/",
1010
license="MIT",
1111
keywords="createsend campaign monitor email",
1212
packages=find_packages('lib'),

0 commit comments

Comments
 (0)