From 3278f6d8b77ef7b6250046863502227adbf948a9 Mon Sep 17 00:00:00 2001 From: junefish Date: Fri, 21 Jun 2024 16:50:32 -0400 Subject: [PATCH] update Go documentation link (#29) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Problem Existing link was moved https://github.com/golang/go/wiki/Modules Screenshot 2024-06-21 at 4 00 43 PM ## Solution Changed to current link ## 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 N/A --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdc7c40..4d7af36 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ See [Pinecone API Docs](https://docs.pinecone.io/reference/) for more info. ## Installation -go-pinecone requires a Go version with [modules](https://github.com/golang/go/wiki/Modules) support. +go-pinecone requires a Go version with [modules](https://go.dev/wiki/Modules) support. To add a dependency on go-pinecone: