This is an automated email from the ASF dual-hosted git repository.

amoghdesai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 4f5d316b482 Fix Task-SDK file path reference in testing doc (#58809)
4f5d316b482 is described below

commit 4f5d316b482f8202de723faf2368deadafeddf51
Author: Pratiksha <[email protected]>
AuthorDate: Fri Nov 28 16:22:36 2025 +0530

    Fix Task-SDK file path reference in testing doc (#58809)
---
 contributing-docs/testing/task_sdk_integration_tests.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contributing-docs/testing/task_sdk_integration_tests.rst 
b/contributing-docs/testing/task_sdk_integration_tests.rst
index b96570dd5f1..75ff8962320 100644
--- a/contributing-docs/testing/task_sdk_integration_tests.rst
+++ b/contributing-docs/testing/task_sdk_integration_tests.rst
@@ -19,7 +19,7 @@ Task SDK Integration Tests
 ==========================
 
 Task SDK Integration Tests are a specialized type of test that verify the 
integration between the
-`Apache Airflow Task SDK <../task-sdk/>`__ and a running Airflow instance 
(mainly the execution API server).
+`Apache Airflow Task SDK <../../task-sdk/>`__ and a running Airflow instance 
(mainly the execution API server).
 These tests ensure that the Task SDK can properly communicate with Airflow's 
execution API server
 and that the integration between the two works correctly in a realistic 
environment.
 

Reply via email to