Skip to content

Commit c90d977

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 #1705 X-original-commit: 7ce175f Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
1 parent c123d0b commit c90d977

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
@@ -549,7 +549,7 @@ Here is a sample file:
549549
.. _a PostgreSQL URI:
550550
https://www.postgresql.org/docs/9.2/static/libpq-connect.html#AEN38208
551551
.. _Werkzeug's proxy support:
552-
http://werkzeug.pocoo.org/docs/contrib/fixers/#werkzeug.contrib.fixers.ProxyFix
552+
https://werkzeug.palletsprojects.com/en/0.16.x/middleware/proxy_fix/#module-werkzeug.middleware.proxy_fix
553553
.. _pyinotify: https://github.com/seb-m/pyinotify/wiki
554554

555555
.. _reference/cmdline/shell:

0 commit comments

Comments
 (0)