Fix links to `boto3` example

This commit is contained in:
Roman Mogylatov 2021-03-01 08:28:22 -05:00
parent 25c966f7af
commit 26571e805a
3 changed files with 6 additions and 2 deletions

View File

@ -281,7 +281,7 @@ Choose one of the following as a next step:
- :ref:`application-single-container` - :ref:`application-single-container`
- :ref:`application-multiple-containers` - :ref:`application-multiple-containers`
- :ref:`decoupled-packages` - :ref:`decoupled-packages`
- :ref:`boto3` - :ref:`boto3-example`
- :ref:`django-example` - :ref:`django-example`
- :ref:`flask-example` - :ref:`flask-example`
- :ref:`flask-blueprints-example` - :ref:`flask-blueprints-example`

View File

@ -7,6 +7,10 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_ follows `Semantic versioning`_
Development version
-------------------
- Fix links to ``boto3`` example.
4.28.0 4.28.0
------ ------
- Add wiring injections into modules and class attributes. - Add wiring injections into modules and class attributes.

View File

@ -428,7 +428,7 @@ Take a look at other application examples:
- :ref:`application-single-container` - :ref:`application-single-container`
- :ref:`application-multiple-containers` - :ref:`application-multiple-containers`
- :ref:`decoupled-packages` - :ref:`decoupled-packages`
- :ref:`boto3` - :ref:`boto3-example`
- :ref:`django-example` - :ref:`django-example`
- :ref:`flask-example` - :ref:`flask-example`
- :ref:`flask-blueprints-example` - :ref:`flask-blueprints-example`