mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-05-23 05:56:19 +03:00
Fix tutorial links
This commit is contained in:
parent
7ec2afe17f
commit
c776250a51
|
@ -21,7 +21,7 @@ Start from the scratch or jump to the section:
|
|||
:backlinks: none
|
||||
|
||||
You can find complete project on the
|
||||
`Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/giphynav-aiohttp>`_.
|
||||
`Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/aiohttp>`_.
|
||||
|
||||
What are we going to build?
|
||||
---------------------------
|
||||
|
@ -955,7 +955,7 @@ cause you have everything defined explicitly in one place:
|
|||
)
|
||||
|
||||
You can find complete project on the
|
||||
`Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/giphynav-aiohttp>`_.
|
||||
`Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/aiohttp>`_.
|
||||
|
||||
What's next?
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ Start from the scratch or jump to the section:
|
|||
:backlinks: none
|
||||
|
||||
You can find complete project on the
|
||||
`Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/ghnav-flask>`_.
|
||||
`Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/flask>`_.
|
||||
|
||||
What are we going to build?
|
||||
---------------------------
|
||||
|
@ -1000,7 +1000,7 @@ We kept all the dependencies injected explicitly. This will help when we need to
|
|||
change something in future.
|
||||
|
||||
You can find complete project on the
|
||||
`Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/ghnav-flask>`_.
|
||||
`Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/flask>`_.
|
||||
|
||||
What's next?
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user