From 26571e805a7db6da9e7a8f7ad0da5782270e75ad Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 1 Mar 2021 08:28:22 -0500 Subject: [PATCH] Fix links to ``boto3`` example --- docs/introduction/di_in_python.rst | 2 +- docs/main/changelog.rst | 4 ++++ docs/wiring.rst | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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`