Merge pull request #5908 from fwolfst/README-IMPROVEMENTS

improve links in README
This commit is contained in:
Emanuel Schütze 2021-02-19 13:20:03 +01:00 committed by GitHub
commit e11f0f6f25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 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. send data to the client. With HTTP/1.1 one TCP-Connection per request is opened.
Browsers limit the amount of concurrent connections Browsers limit the amount of concurrent connections
(`reference<https://docs.pushtechnology.com/cloud/latest/manual/html/designguide/solution/support/connection_limitations.html>`_), (`reference <https://docs.pushtechnology.com/cloud/latest/manual/html/designguide/solution/support/connection_limitations.html>`_),
so you are limited in opening tabs. HTTPS/2 just uses one connection per browser 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 and eliminates these restrictions. The main point to use HTTPS is that browsers
only use HTTP/2 if HTTPS is enabled. 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 OpenSlides is Free/Libre Open Source Software (FLOSS), and distributed
under the MIT License, see ``LICENSE`` file. The authors of OpenSlides are under the MIT License, see `LICENSE file <LICENSE>`_. The authors of OpenSlides are
mentioned in the ``AUTHORS`` file. mentioned in the `AUTHORS file <AUTHORS>`_.