From 09a0a71d2e95a3902c865f615a485b6731be5c26 Mon Sep 17 00:00:00 2001 From: Stijn de Gooijer Date: Wed, 13 Mar 2024 08:24:02 +0100 Subject: [PATCH] Update a reference --- docs/development/versioning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/versioning.md b/docs/development/versioning.md index 2d8009e8dbe5..727048b439d2 100644 --- a/docs/development/versioning.md +++ b/docs/development/versioning.md @@ -31,7 +31,7 @@ We know it takes time and energy for our users to keep up with new releases but, **A breaking change occurs when an existing component of the public API is changed or removed.** -A feature is part of the public API if it is documented in the [API reference](https://docs.pola.rs/py-polars/html/reference/). +A feature is part of the public API if it is documented in the [API reference](https://docs.pola.rs/py-polars/html/reference/index.html). Examples of breaking changes: