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