forked from orbit-oss/flask
Replace old pocoo links everywhere
pocco.org -> palletsprojects.com
This commit is contained in:
parent
d49cfb35d4
commit
ef434ea998
12 changed files with 13 additions and 13 deletions
|
|
@ -426,7 +426,7 @@ def test_template_loader_debugging(test_apps, monkeypatch):
|
|||
assert (
|
||||
"looked up from an endpoint that belongs to " 'the blueprint "frontend"'
|
||||
) in text
|
||||
assert "See http://flask.pocoo.org/docs/blueprints/#templates" in text
|
||||
assert "See https://flask.palletsprojects.com/blueprints/#templates" in text
|
||||
|
||||
with app.test_client() as c:
|
||||
monkeypatch.setitem(app.config, "EXPLAIN_TEMPLATE_LOADING", True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue