ferruzzi commented on code in PR #33298:
URL: https://github.com/apache/airflow/pull/33298#discussion_r1291432329
##########
airflow/www/api/experimental/endpoints.py:
##########
@@ -58,8 +58,9 @@ def decorated(*args, **kwargs):
def add_deprecation_headers(response: Response):
"""
- Add `Deprecation HTTP Header Field
- <https://tools.ietf.org/id/draft-dalal-deprecation-header-03.html>`__.
+ Add `Deprecation HTTP Header Field.
+
+ See also:
<https://tools.ietf.org/id/draft-dalal-deprecation-header-03.html>`__.
Review Comment:
Well spotted, thanks.
Turns out the link is dead. I did a search to find the new home of what
should be there and it looks like it's an abandoned proposal:
https://datatracker.ietf.org/doc/draft-dalal-deprecation-header/
I just updated the link, but maybe we should remove the link entirely?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]