eladkal commented on code in PR #43716:
URL: https://github.com/apache/airflow/pull/43716#discussion_r1830536274


##########
docs/apache-airflow/faq.rst:
##########
@@ -398,7 +398,7 @@ What does ``TemplateNotFound`` mean?
 -------------------------------------
 
 ``TemplateNotFound`` errors are usually due to misalignment with user 
expectations when passing path to operator
-that trigger Jinja templating. A common occurrence is with 
:ref:`BashOperators<howto/operator:BashOperator>`.
+that trigger Jinja templating. A common occurrence is with `BashOperators 
<https://airflow.apache.org/docs/apache-airflow-providers-standard/stable/operators/bash.html>`__.

Review Comment:
   i don't think http links are good for internal references.  This can easily 
be broken.
   If we can't use the `:ref:` between packages lets use `:class:`
   
   example for cross package reference
   
https://github.com/apache/airflow/blob/857ca4c06c9008593674cabdd28d3c30e3e7f97b/docs/apache-airflow-providers-mysql/operators.rst#L25



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