From 08f0a0934c916e96f002573cec0b5ac6e03fd535 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 10 Jan 2017 18:05:23 +0000 Subject: [PATCH] Use HTTPS in changelog (#472) security ++ --- CHANGELOG.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 37df4b8..5b8866a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -8,14 +8,14 @@ ------------------ Full release notes, with more upgrade details, are available at: -http://channels.readthedocs.io/en/latest/releases/1.0.0.html +https://channels.readthedocs.io/en/latest/releases/1.0.0.html * BREAKING CHANGE: WebSockets must now be explicitly accepted or denied. - See http://channels.readthedocs.io/en/latest/releases/1.0.0.html for more. + See https://channels.readthedocs.io/en/latest/releases/1.0.0.html for more. * BREAKING CHANGE: Demultiplexers have been overhauled to directly dispatch messages rather than using channels to new consumers. Consult the docs on - generic consumers for more: http://channels.readthedocs.io/en/latest/generics.html + generic consumers for more: https://channels.readthedocs.io/en/latest/generics.html * BREAKING CHANGE: Databinding now operates from implicit group membership, where your code just has to say what groups would be used and Channels will