correct example linking (#136)

This commit is contained in:
Oleh Kuchuk 2018-03-06 14:21:40 +02:00 committed by Andrew Svetlov
parent d375b22f1b
commit 9da55517b2
1 changed files with 5 additions and 2 deletions

View File

@ -29,9 +29,12 @@ Examples
--------
Take a look at examples:
:ref:`aiohttp-security-example`
`Basic example`_
:ref:`aiohttp-security-example-db-auth`
`Example with DB auth`_
.. _`Basic example`: docs/example.rst
.. _`Example with db auth`: docs/example_db_auth.rst
and demos at **demo** directory.