Skip to content

Commit

Permalink
Update README Reference Documentation link (#150)
Browse files Browse the repository at this point in the history
## Problem
An issue was filed calling out the broken **Reference Documentation**
link in the `README.md` file:
#149

We recently updated our domain for hosting client reference docs:
#146

## Solution

Update the link to the new location and match previous routing:
https://sdk.pinecone.io/typescript/classes/Pinecone.html

## Type of Change
- [X] Bug fix (non-breaking change which fixes an issue)
- [X] Non-code change (docs, etc)

## Test Plan
Check that the **Reference Documentation** link in `README.md` navigates
to the correct page.
  • Loading branch information
austin-denoble authored Oct 31, 2023
1 parent 22e7151 commit 4ccf45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is the official Node.js client for [Pinecone](https://www.pinecone.io), wri

## Documentation

- [**Reference Documentation**](https://pinecone-io.github.io/pinecone-ts-client/classes/Pinecone.html)
- [**Reference Documentation**](https://sdk.pinecone.io/typescript/classes/Pinecone.html)
- If you are upgrading from a `v0.x` beta client, check out the [**v1 Migration Guide**](https://github.com/pinecone-io/pinecone-ts-client/blob/main/v1-migration.md).

### Example code
Expand Down

0 comments on commit 4ccf45d

Please sign in to comment.