We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0214c9 + 7df3524 commit 4df5f82Copy full SHA for 4df5f82
docs/blueprints.rst
@@ -158,7 +158,7 @@ It is either an absolute path or relative to the blueprint's location::
158
admin = Blueprint('admin', __name__, static_folder='static')
159
160
By default the rightmost part of the path is where it is exposed on the
161
-web. This can be changed with the ``static_url`` argument. Because the
+web. This can be changed with the ``static_url_path`` argument. Because the
162
folder is called ``static`` here it will be available at the
163
``url_prefix`` of the blueprint + ``/static``. If the blueprint
164
has the prefix ``/admin``, the static URL will be ``/admin/static``.
0 commit comments