From 4210346798900e99c808ec23e5d2383f04c20565 Mon Sep 17 00:00:00 2001 From: Dev Null Date: Fri, 24 Mar 2023 21:01:40 +0800 Subject: [PATCH 1/2] Update README.rst --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 730b576..f97ea05 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,7 @@ **A note from the author:** I no longer do Wordpress work, so I won't have the time to adequately maintain this repo. If you would like to maintain a fork of this repo, and want me to link to your fork here, please `let me know `_. + +One such fork is [this one](https://github.com/Synoptik-Labs/wp-api-python) + thanks! Wordpress API - Python Client From 1ae45d3b95f4da968337d66e4bd932ce6cd4058f Mon Sep 17 00:00:00 2001 From: Dev Null Date: Fri, 24 Mar 2023 21:02:34 +0800 Subject: [PATCH 2/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f97ea05..179d2c7 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ **A note from the author:** I no longer do Wordpress work, so I won't have the time to adequately maintain this repo. If you would like to maintain a fork of this repo, and want me to link to your fork here, please `let me know `_. -One such fork is [this one](https://github.com/Synoptik-Labs/wp-api-python) +One such fork is https://github.com/Synoptik-Labs/wp-api-python thanks!