From 4ccf45d07acef16b86e431e69b233a619688f1a5 Mon Sep 17 00:00:00 2001 From: Austin DeNoble Date: Tue, 31 Oct 2023 12:13:35 -0400 Subject: [PATCH] Update README Reference Documentation link (#150) ## Problem An issue was filed calling out the broken **Reference Documentation** link in the `README.md` file: https://github.com/pinecone-io/pinecone-ts-client/issues/149 We recently updated our domain for hosting client reference docs: https://github.com/pinecone-io/pinecone-ts-client/pull/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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fc9de0f..6c5b2b99 100644 --- a/README.md +++ b/README.md @@ -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