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

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new ff23067aee0 [v3-1-test] Fix Task-SDK file path reference in testing 
doc (#58809) (#58810)
ff23067aee0 is described below

commit ff23067aee07c4879017ad868539b68871a51358
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 28 19:13:30 2025 +0100

    [v3-1-test] Fix Task-SDK file path reference in testing doc (#58809) 
(#58810)
    
    (cherry picked from commit 4f5d316b482f8202de723faf2368deadafeddf51)
    
    Co-authored-by: Pratiksha <[email protected]>
---
 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 f7efb2e6f40..13c462945a6 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