Skip to content

Commit

Permalink
Fix URL to docs
Browse files Browse the repository at this point in the history
Fixed the URL for API versioning documentation.
  • Loading branch information
kmelve committed Mar 25, 2021
1 parent ce56334 commit c501901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@sanity/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Initializes a new Sanity Client. Required options are `projectId`, `dataset` and

### Specifying API version

Sanity uses ISO dates (YYYY-MM-DD) in UTC timezone for versioning. The explanation for this can be found [in the documentation](http://sanity.io/help/api-versioning)
Sanity uses ISO dates (YYYY-MM-DD) in UTC timezone for versioning. The explanation for this can be found [in the documentation](http://sanity.io/docs/api-versioning)

In general, unless you know what API version you want to use, you'll want to set it to todays UTC date. By doing this, you'll get all the latest bugfixes and features, while locking the API to prevent breaking changes.

Expand Down

2 comments on commit c501901

@vercel
Copy link

@vercel vercel bot commented on c501901 Mar 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio-git-next.sanity.build
test-studio.sanity.build

@vercel
Copy link

@vercel vercel bot commented on c501901 Mar 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

perf-studio – ./

perf-studio.sanity.build
perf-studio-git-next.sanity.build

Please sign in to comment.