diff --git a/docs/introduction/di_in_python.rst b/docs/introduction/di_in_python.rst index f19455e5..09dc4109 100644 --- a/docs/introduction/di_in_python.rst +++ b/docs/introduction/di_in_python.rst @@ -281,7 +281,7 @@ Choose one of the following as a next step: - :ref:`application-single-container` - :ref:`application-multiple-containers` - :ref:`decoupled-packages` - - :ref:`boto3` + - :ref:`boto3-example` - :ref:`django-example` - :ref:`flask-example` - :ref:`flask-blueprints-example` diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index e44e3f24..571f46d5 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,6 +7,10 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ +Development version +------------------- +- Fix links to ``boto3`` example. + 4.28.0 ------ - Add wiring injections into modules and class attributes. diff --git a/docs/wiring.rst b/docs/wiring.rst index 551720f5..ad74ad34 100644 --- a/docs/wiring.rst +++ b/docs/wiring.rst @@ -428,7 +428,7 @@ Take a look at other application examples: - :ref:`application-single-container` - :ref:`application-multiple-containers` - :ref:`decoupled-packages` -- :ref:`boto3` +- :ref:`boto3-example` - :ref:`django-example` - :ref:`flask-example` - :ref:`flask-blueprints-example`