Skip to content

Commit 04ec424

Browse files
committed
[FIX] dev/misc/cmdline: update url werkzeug
URL was pointing to a dead end. Update from http://werkzeug.pocoo.org/docs/contrib/fixers/#werkzeug.contrib.fixers.ProxyFix to https://werkzeug.palletsprojects.com/en/0.16.x/middleware/proxy_fix/#module-werkzeug.middleware.proxy_fix new URL as we are using 0.16.1 closes #1706 X-original-commit: 7ce175f Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
1 parent 8875237 commit 04ec424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/developer/misc/other/cmdline.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ Here is a sample file:
634634
.. _a PostgreSQL URI:
635635
https://www.postgresql.org/docs/9.2/static/libpq-connect.html#AEN38208
636636
.. _Werkzeug's proxy support:
637-
http://werkzeug.pocoo.org/docs/contrib/fixers/#werkzeug.contrib.fixers.ProxyFix
637+
https://werkzeug.palletsprojects.com/en/0.16.x/middleware/proxy_fix/#module-werkzeug.middleware.proxy_fix
638638
.. _pyinotify: https://github.com/seb-m/pyinotify/wiki
639639

640640
.. _reference/cmdline/shell:

0 commit comments

Comments
 (0)