diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst index af74483..460f0e6 100644 --- a/docs/gettingstarted.rst +++ b/docs/gettingstarted.rst @@ -55,6 +55,12 @@ Grab a page from your server: You can play with various options, of which there are many. Use the ``-h`` command-line flag to see them. +More about LSQUIC +----------------- + +You may be also interested in this presentation_ about LSQUIC. +Slides are available `here `_. + Next steps ---------- @@ -69,3 +75,4 @@ the :doc:`apiref`. .. _`ls-qpack`: https://github.com/litespeedtech/ls-qpack .. _libevent: https://libevent.org/ .. _README: https://github.com/litespeedtech/lsquic/blob/master/README.md +.. _presentation: https://www.youtube.com/watch?v=kDwyGNsQXds diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 86f356c..08b5080 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -2,6 +2,8 @@ Tutorial ******** +Code for this tutorial is available on `GitHub `_. + .. highlight:: c Introduction