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

uranusjr 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 8110f800e37 [Doc] Fixing 404 errors for OpenLineage & Oracle providers 
(#57469)
8110f800e37 is described below

commit 8110f800e37f4cf9639f9640380450b2a757967d
Author: Didier Durand <[email protected]>
AuthorDate: Wed Oct 29 08:45:05 2025 +0100

    [Doc] Fixing 404 errors for OpenLineage & Oracle providers (#57469)
---
 providers/openlineage/docs/guides/developer.rst | 2 +-
 providers/oracle/provider.yaml                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/providers/openlineage/docs/guides/developer.rst 
b/providers/openlineage/docs/guides/developer.rst
index 0de483527dd..02068055c96 100644
--- a/providers/openlineage/docs/guides/developer.rst
+++ b/providers/openlineage/docs/guides/developer.rst
@@ -378,7 +378,7 @@ For more examples of OpenLineage Extractors, check out the 
source code of
 Custom Facets
 =============
 To learn more about facets in OpenLineage, please refer to `facet 
documentation <https://openlineage.io/docs/spec/facets/>`_.
-Also check out `available facets 
<https://github.com/OpenLineage/OpenLineage/blob/main/client/python/openlineage/client/facet.py>`_
+Also check out `available facets 
<https://github.com/OpenLineage/OpenLineage/blob/main/client/python/src/openlineage/client/facet.py>`_
 and a blog post about `extending with facets 
<https://openlineage.io/blog/extending-with-facets/>`_.
 
 The OpenLineage spec might not contain all the facets you need to write your 
extractor,
diff --git a/providers/oracle/provider.yaml b/providers/oracle/provider.yaml
index ce66810f77b..c842c20c617 100644
--- a/providers/oracle/provider.yaml
+++ b/providers/oracle/provider.yaml
@@ -19,7 +19,7 @@
 package-name: apache-airflow-providers-oracle
 name: Oracle
 description: |
-    `Oracle <https://www.oracle.com/en/database/>`__
+    `Oracle <https://www.oracle.com/database/technologies/>`__
 
 state: ready
 source-date-epoch: 1756877244

Reply via email to