From 7250050b0afad846071aa3d06a54cdf858731015 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sat, 22 Feb 2025 01:28:46 -0800 Subject: [PATCH] Fix missing asset Signed-off-by: Emmanuel Ferdman --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2056ae5b..c9d294bb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,7 @@ The Pinecone Python client therefore supports Poetry as its primary means of ena On the [GitHub repository page](https://github.com/pinecone-io/pinecone-python-client) page, click the fork button at the top of the screen and create a personal fork of the repository: -![Create a GitHub fork of the Pinecone Python client](./docs/pinecone-python-client-fork.png) +![Create a GitHub fork of the Pinecone Python client](./pdoc/pinecone-python-client-fork.png) It will take a few seconds for your fork to be ready. When it's ready, **clone your fork** of the Pinecone python client repository to your machine.