Skip to content

Commit c3cd949

Browse files
authored
Merge pull request #29 from aio-libs/fix_urls_from_previous_commit
Fix sphinx refs from previous commit
2 parents f358066 + 5f15716 commit c3cd949

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

demos/polls/README.rst

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Polls (demo for aiohttp)
2-
========================
1+
Polls
2+
=====
33

44
Example of polls project using aiohttp_, aiopg_ and aiohttp_jinja2_,
55
similar to Django one.
@@ -8,7 +8,8 @@ similar to Django one.
88
Preparations
99
------------
1010

11-
Details could be found in :ref:`aiohttp-demos-polls-preparations-database`.
11+
Details could be found in `Preparations <https://github.com/aio-libs/aiohttp-demos/blob/master/docs/preparations.rst#environment>`_.
12+
1213
In short.
1314

1415
Run Postgres DB server::
@@ -51,12 +52,12 @@ or:
5152
5253
Development
5354
-----------
54-
Please review general contribution info at `README <https://github.com/aio-libs/aiohttp-demos#contributing>_`.
55+
Please review general contribution info at `README <https://github.com/aio-libs/aiohttp-demos#contributing>`_.
5556

5657

5758
Also for illustration purposes it is useful to show project structure when it changes,
58-
like in :ref:`aiohttp-demos-polls-preparations-project-structure`. Here is how you
59-
can do that::
59+
like `here <https://github.com/aio-libs/aiohttp-demos/blob/master/docs/preparations.rst#project-structure>`_.
60+
Here is how you can do that::
6061

6162
$ tree -I "__pycache__|aiohttpdemo_polls.egg-info" --dirsfirst
6263

0 commit comments

Comments
 (0)