From 232293367d6f3ff10e291597e1dc45bcce7de7d7 Mon Sep 17 00:00:00 2001 From: Oleks V Date: Thu, 24 Oct 2024 13:29:33 -0700 Subject: [PATCH] minor: Add deprecated policy to the contributor guide contents and fix the link from main README (#13100) --- README.md | 2 +- docs/source/index.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbbdf7133518..f89935d597c2 100644 --- a/README.md +++ b/README.md @@ -138,4 +138,4 @@ We enforce this policy using a [MSRV CI Check](https://github.com/search?q=repo% ## DataFusion API evolution policy Public methods in Apache DataFusion are subject to evolve as part of the API lifecycle. -Deprecated methods will be phased out in accordance with the [policy](docs/source/library-user-guide/api-health.md), ensuring the API is stable and healthy. +Deprecated methods will be phased out in accordance with the [policy](https://datafusion.apache.org/library-user-guide/api-health.html), ensuring the API is stable and healthy. diff --git a/docs/source/index.rst b/docs/source/index.rst index 27dd58cf50f4..9008950d3dd6 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -130,6 +130,7 @@ To get started, see library-user-guide/extending-operators library-user-guide/profiling library-user-guide/query-optimizer + library-user-guide/api-health .. _toc.contributor-guide: .. toctree::