This is an automated email from the ASF dual-hosted git repository.
potiuk 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 e728cd8d59 Update dag-run.rst for dead links of cli commands (#30254)
e728cd8d59 is described below
commit e728cd8d59d624cd1ee3433c82206a836fa3909c
Author: Abhishek <[email protected]>
AuthorDate: Mon Mar 27 13:13:22 2023 +0530
Update dag-run.rst for dead links of cli commands (#30254)
---
docs/apache-airflow/core-concepts/dag-run.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/apache-airflow/core-concepts/dag-run.rst
b/docs/apache-airflow/core-concepts/dag-run.rst
index 29830027b4..a5b6e8634c 100644
--- a/docs/apache-airflow/core-concepts/dag-run.rst
+++ b/docs/apache-airflow/core-concepts/dag-run.rst
@@ -183,7 +183,7 @@ Run the below command
--end-date END_DATE \
dag_id
-The `backfill command <cli-and-env-variables-ref.html#backfill>`_ will re-run
all the instances of the dag_id for all the intervals within the start date and
end date.
+The `backfill command <../cli-and-env-variables-ref.html#backfill>`_ will
re-run all the instances of the dag_id for all the intervals within the start
date and end date.
Re-run Tasks
------------
@@ -214,7 +214,7 @@ You can also clear the task through CLI using the command:
--end-date END_DATE
For the specified ``dag_id`` and time interval, the command clears all
instances of the tasks matching the regex.
-For more options, you can check the help of the `clear command
<cli-ref.html#clear>`_ :
+For more options, you can check the help of the `clear command
<../cli-and-env-variables-ref.html#clear>`_ :
.. code-block:: bash