From 7a6259645f778ca6166f35528a48434789763794 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Tue, 21 Feb 2023 09:36:08 +0000 Subject: [PATCH] CLN: Fix up link in docs --- doc/source/getting_started/comparison/includes/copies.rst | 2 +- doc/source/whatsnew/v2.0.0.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/getting_started/comparison/includes/copies.rst b/doc/source/getting_started/comparison/includes/copies.rst index d0f3d26332d98..4f49c3a1a762e 100644 --- a/doc/source/getting_started/comparison/includes/copies.rst +++ b/doc/source/getting_started/comparison/includes/copies.rst @@ -25,4 +25,4 @@ or overwrite the original one: most methods (e.g. ``dropna``) except for a very small subset of methods (including ``replace``). Both keywords won't be necessary anymore in the context of Copy-on-Write. The proposal can be found - [here](https://github.com/pandas-dev/pandas/pull/51466). + `here `_. diff --git a/doc/source/whatsnew/v2.0.0.rst b/doc/source/whatsnew/v2.0.0.rst index 64baac16112ff..2cbd03a2f3e3b 100644 --- a/doc/source/whatsnew/v2.0.0.rst +++ b/doc/source/whatsnew/v2.0.0.rst @@ -822,7 +822,7 @@ Other API changes A current PDEP proposes the deprecation and removal of the keywords ``inplace`` and ``copy`` for all but a small subset of methods from the pandas API. The current discussion takes place - at [here](https://github.com/pandas-dev/pandas/pull/51466). The keywords won't be necessary + at `here `_. The keywords won't be necessary anymore in the context of Copy-on-Write. If this proposal is accepted, both keywords would be deprecated in the next release of pandas and removed in pandas 3.0.