From 5152a448be607f5946f1d80202936e2774d3be38 Mon Sep 17 00:00:00 2001 From: Felix Wolfsteller Date: Fri, 19 Feb 2021 12:51:03 +0100 Subject: [PATCH] improve links in README --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 724413620..e755862ab 100644 --- a/README.rst +++ b/README.rst @@ -83,7 +83,7 @@ The main reason (next to obviously security ones) HTTPS is required originates from the need of HTTP/2. OpenSlides uses streaming responses to asynchronously send data to the client. With HTTP/1.1 one TCP-Connection per request is opened. Browsers limit the amount of concurrent connections -(`reference`_), +(`reference `_), so you are limited in opening tabs. HTTPS/2 just uses one connection per browser and eliminates these restrictions. The main point to use HTTPS is that browsers only use HTTP/2 if HTTPS is enabled. @@ -152,5 +152,5 @@ License and authors =================== OpenSlides is Free/Libre Open Source Software (FLOSS), and distributed -under the MIT License, see ``LICENSE`` file. The authors of OpenSlides are -mentioned in the ``AUTHORS`` file. +under the MIT License, see `LICENSE file `_. The authors of OpenSlides are +mentioned in the `AUTHORS file `_.