From 6361e08722f6464b9fe27806feff33fda6f30883 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Wed, 7 Apr 2021 20:18:05 +0200 Subject: [PATCH] Updated various README URLs. --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 16e806c..7525b27 100644 --- a/README.rst +++ b/README.rst @@ -5,8 +5,8 @@ daphne :target: https://pypi.python.org/pypi/daphne Daphne is a HTTP, HTTP2 and WebSocket protocol server for -`ASGI `_ and -`ASGI-HTTP `_, +`ASGI `_ and +`ASGI-HTTP `_, developed to power Django Channels. It supports automatic negotiation of protocols; there's no need for URL @@ -115,7 +115,7 @@ Contributing ------------ Please refer to the -`main Channels contributing docs `_. +`main Channels contributing docs `_. To run tests, make sure you have installed the ``tests`` extra with the package:: @@ -134,4 +134,4 @@ https://docs.djangoproject.com/en/dev/internals/security/. To report bugs or request new features, please open a new GitHub issue. This repository is part of the Channels project. For the shepherd and maintenance team, please see the -`main Channels readme `_. +`main Channels readme `_.