Skip to content

Commit 7ce175f

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 #1703 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
1 parent b81c121 commit 7ce175f

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
@@ -522,7 +522,7 @@ to that file.
522522
.. _a PostgreSQL URI:
523523
https://www.postgresql.org/docs/9.2/static/libpq-connect.html#AEN38208
524524
.. _Werkzeug's proxy support:
525-
http://werkzeug.pocoo.org/docs/contrib/fixers/#werkzeug.contrib.fixers.ProxyFix
525+
https://werkzeug.palletsprojects.com/en/0.16.x/middleware/proxy_fix/#module-werkzeug.middleware.proxy_fix
526526
.. _pyinotify: https://github.com/seb-m/pyinotify/wiki
527527

528528
.. _reference/cmdline/shell:

0 commit comments

Comments
 (0)