diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2023-02-13 13:41:35 +0400 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2023-02-13 13:41:35 +0400 |
commit | f36da1dfa6e864f2d82589e3995e8c2af64688a0 (patch) | |
tree | e9b6f3a947505e5c41df5b53475b8664e641a820 | |
parent | 3b57dcecafd96e0dcbf46a1e5adb46c97d7eb73a (diff) | |
download | nginx-f36da1dfa6e864f2d82589e3995e8c2af64688a0.tar.gz nginx-f36da1dfa6e864f2d82589e3995e8c2af64688a0.zip |
README: fixed toc.
While here, updated link to mailman.
-rw-r--r-- | README | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -2,12 +2,13 @@ Experimental QUIC support for nginx ----------------------------------- 1. Introduction -2. Installing +2. Building from sources 3. Configuration -4. Clients -5. Troubleshooting -6. Contributing -7. Links +4. Directives +5. Clients +6. Troubleshooting +7. Contributing +8. Links 1. Introduction @@ -365,7 +366,7 @@ Example configuration: [1] https://datatracker.ietf.org/doc/html/rfc9000 [2] https://datatracker.ietf.org/doc/html/rfc9114 - [3] https://mailman.nginx.org/mailman3/lists/nginx-devel.nginx.org/ + [3] https://mailman.nginx.org/mailman/listinfo/nginx-devel [4] https://boringssl.googlesource.com/boringssl/ [5] https://www.libressl.org/ [6] https://github.com/quictls/openssl |