uranusjr commented on code in PR #33298:
URL: https://github.com/apache/airflow/pull/33298#discussion_r1291049943


##########
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:
   There’s a link syntax that’s broken here



##########
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:
   There’s a link syntax that’s broken here



-- 
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]

Reply via email to