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

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

commit 6bb0b7e74c695bad1a84ac424a4b5c668b773df1
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri Jun 30 13:28:16 2023 +0200

    Update references to restructured documentation from airflow core (#32282)
    
    The change #32131 restructured some of the code for documentation
    and it broke references to apache-airlfow from "providers" doc
    package - it has not been visible in selective PR (not sure the reason)
    but this PR fixes it.
    
    (cherry picked from commit ef49e595f1ab729cdb72198a3ee47c7dcd182da2)
---
 docs/apache-airflow-providers-google/logging/stackdriver.rst            | 2 +-
 docs/apache-airflow-providers/core-extensions/logging.rst               | 2 +-
 docs/apache-airflow-providers/core-extensions/secrets-backends.rst      | 2 +-
 .../logging-monitoring/advanced-logging-configuration.rst               | 1 +
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/apache-airflow-providers-google/logging/stackdriver.rst 
b/docs/apache-airflow-providers-google/logging/stackdriver.rst
index 12be70cf65..60943bda70 100644
--- a/docs/apache-airflow-providers-google/logging/stackdriver.rst
+++ b/docs/apache-airflow-providers-google/logging/stackdriver.rst
@@ -67,7 +67,7 @@ be used. Make sure that with those credentials, you can read 
and write the logs.
   an important security measure.
 
 By using the ``logging_config_class`` option you can get
-:doc:`advanced features 
<apache-airflow:administration-and-deployment/logging-monitoring/advanced-logging-configuration>`
 of
+:ref:`advanced features <write-logs-advanced>` of
 this handler. Details are available in the handler's documentation -
 
:class:`~airflow.providers.google.cloud.log.stackdriver_task_handler.StackdriverTaskHandler`.
 
diff --git a/docs/apache-airflow-providers/core-extensions/logging.rst 
b/docs/apache-airflow-providers/core-extensions/logging.rst
index 0fa10d98c4..822cf54d2b 100644
--- a/docs/apache-airflow-providers/core-extensions/logging.rst
+++ b/docs/apache-airflow-providers/core-extensions/logging.rst
@@ -20,7 +20,7 @@ Writing logs
 
 This is a summary of all Apache Airflow Community provided implementations of 
writing task logs
 exposed via community-managed providers. You can also see logging options 
available in the core Airflow in
-:doc:`/administration-and-deployment/logging-monitoring/logging-tasks` and 
here you can see those
+:doc:`apache-airflow:administration-and-deployment/logging-monitoring/logging-tasks`
 and here you can see those
 provided by the community-managed providers:
 
 .. airflow-logging::
diff --git a/docs/apache-airflow-providers/core-extensions/secrets-backends.rst 
b/docs/apache-airflow-providers/core-extensions/secrets-backends.rst
index c1cc5a0c05..22fae4b8a6 100644
--- a/docs/apache-airflow-providers/core-extensions/secrets-backends.rst
+++ b/docs/apache-airflow-providers/core-extensions/secrets-backends.rst
@@ -28,7 +28,7 @@ via providers that implement secrets backends for services 
Airflow integrates wi
 
 You can also take a
 look at Secret backends available in the core Airflow in
-:doc:`/administration-and-deployment/security/secrets/secrets-backend/index` 
and here you can see the ones
+:doc:`apache-airflow:administration-and-deployment/security/secrets/secrets-backend/index`
 and here you can see the ones
 provided by the community-managed providers:
 
 .. airflow-secrets-backends::
diff --git 
a/docs/apache-airflow/administration-and-deployment/logging-monitoring/advanced-logging-configuration.rst
 
b/docs/apache-airflow/administration-and-deployment/logging-monitoring/advanced-logging-configuration.rst
index 739b5380e3..21ae801b64 100644
--- 
a/docs/apache-airflow/administration-and-deployment/logging-monitoring/advanced-logging-configuration.rst
+++ 
b/docs/apache-airflow/administration-and-deployment/logging-monitoring/advanced-logging-configuration.rst
@@ -16,6 +16,7 @@
     under the License.
 
 
+.. _write-logs-advanced:
 
 Advanced logging configuration
 ------------------------------

Reply via email to