Skip to content

Commit b20be3c

Browse files
Fix missing asset (#464)
## Problem Commit 84aa1f7 moved the `pinecone-python-client-fork.png` asset without updating `CONTRIBUTING.md`. ## Solution The PR updates `CONTRIBUTING.md` with the correct location of `pinecone-python-client-fork.png`. ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update - [ ] Infrastructure change (CI configs, etc) - [x] Non-code change (docs, etc) - [ ] None of the above: (explain here) ## Test Plan Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent e22773f commit b20be3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The Pinecone Python client therefore supports Poetry as its primary means of ena
3535

3636
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:
3737

38-
![Create a GitHub fork of the Pinecone Python client](./docs/pinecone-python-client-fork.png)
38+
![Create a GitHub fork of the Pinecone Python client](./pdoc/pinecone-python-client-fork.png)
3939

4040
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.
4141

0 commit comments

Comments
 (0)