Skip to content

Commit

Permalink
doc: replace dead link to flask subclassing page (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-bangk authored Dec 11, 2023
1 parent 39dba39 commit 708d842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/flask.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Dynaconf provides a drop in replacement for `app.config`.

As Flask encourages the composition by overriding the `config_class` attribute this extension follows the [patterns of Flask](http://flask.pocoo.org/docs/0.12/patterns/subclassing/) and turns your Flask's `app.config` in to a `dynaconf` instance.
As Flask encourages the composition by overriding the `config_class` attribute this extension follows the [patterns of Flask](https://flask.palletsprojects.com/en/2.3.x/patterns/subclassing/) and turns your Flask's `app.config` in to a `dynaconf` instance.

## Initialize the extension

Expand Down

0 comments on commit 708d842

Please sign in to comment.