This is an automated email from the ASF dual-hosted git repository.
jedcunningham 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 b6a41a42938 Update Dockerfile in aws execs docs (#47799)
b6a41a42938 is described below
commit b6a41a42938bc403abe4c3be177703be6a309388
Author: Niko Oliveira <[email protected]>
AuthorDate: Fri Mar 14 13:56:00 2025 -0700
Update Dockerfile in aws execs docs (#47799)
The location of this file changed after the provider packages migrated
to a new project path.
---
providers/amazon/docs/executors/batch-executor.rst | 2 +-
providers/amazon/docs/executors/ecs-executor.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/providers/amazon/docs/executors/batch-executor.rst
b/providers/amazon/docs/executors/batch-executor.rst
index b198100473d..c68f05537b7 100644
--- a/providers/amazon/docs/executors/batch-executor.rst
+++ b/providers/amazon/docs/executors/batch-executor.rst
@@ -19,7 +19,7 @@
.. warning::
The Batch Executor is alpha/experimental at the moment and may be subject
to change without warning.
.. |executorName| replace:: Batch
-.. |dockerfileLink| replace:: `here
<https://github.com/apache/airflow/blob/main/amazon/aws/providers/src/airflow/providers/amazon/aws/executors/Dockerfile>`__
+.. |dockerfileLink| replace:: `here
<https://github.com/apache/airflow/blob/main/providers/amazon/src/airflow/providers/amazon/aws/executors/Dockerfile>`__
.. |configKwargs| replace:: SUBMIT_JOB_KWARGS
==================
diff --git a/providers/amazon/docs/executors/ecs-executor.rst
b/providers/amazon/docs/executors/ecs-executor.rst
index 5bde473f34d..fa1da53e0ad 100644
--- a/providers/amazon/docs/executors/ecs-executor.rst
+++ b/providers/amazon/docs/executors/ecs-executor.rst
@@ -17,7 +17,7 @@
.. |executorName| replace:: ECS
-.. |dockerfileLink| replace:: `here
<https://github.com/apache/airflow/blob/main/amazon/aws/providers/src/airflow/providers/amazon/aws/executors/Dockerfile>`__
+.. |dockerfileLink| replace:: `here
<https://github.com/apache/airflow/blob/main/providers/amazon/src/airflow/providers/amazon/aws/executors/Dockerfile>`__
.. |configKwargs| replace:: SUBMIT_JOB_KWARGS
================