Skip to content

Commit

Permalink
update Go documentation link (#29)
Browse files Browse the repository at this point in the history
## Problem

Existing link was moved https://github.com/golang/go/wiki/Modules
<img width="520" alt="Screenshot 2024-06-21 at 4 00 43 PM"
src="https://github.com/pinecone-io/go-pinecone/assets/19216250/7469b0e7-d67c-4d16-b01b-00b6ddca0db7">

## 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
  • Loading branch information
junefish authored Jun 21, 2024
1 parent 257e9f6 commit 3278f6d
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 @@ -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:

Expand Down

0 comments on commit 3278f6d

Please sign in to comment.