ashb commented on code in PR #47008:
URL: https://github.com/apache/airflow/pull/47008#discussion_r1967320170


##########
docs/apache-airflow/howto/define-extra-link.rst:
##########
@@ -31,7 +31,7 @@ The following code shows how to add extra links to an 
operator via Plugins:
 .. code-block:: python
 
     from airflow.models.baseoperator import BaseOperator
-    from airflow.models.baseoperatorlink import BaseOperatorLink
+    from airflow.sdk.definitions.baseoperatorlink import BaseOperatorLink

Review Comment:
   It should yes.
   
   ```suggestion
       from airflow.sdk import BaseOperator, BaseOperatorLink
   ```



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