Skip to content

Fix outdated README links that redirect (#208)#209

Open
shujanislam wants to merge 1 commit intovercel:mainfrom
shujanislam:main
Open

Fix outdated README links that redirect (#208)#209
shujanislam wants to merge 1 commit intovercel:mainfrom
shujanislam:main

Conversation

@shujanislam
Copy link

Updates README links that were pointing to outdated URLs and relying on redirects. The links now point directly to their canonical destinations, avoiding unnecessary redirect hops and helping future-proof the documentation.

  • Documentation-only change

  • No behavior or API changes

@shujanislam shujanislam requested a review from molebox as a code owner February 1, 2026 18:30
Copilot AI review requested due to automatic review settings February 1, 2026 18:30
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates outdated README links to their canonical destinations, avoiding unnecessary redirects. The changes update Vercel documentation URLs from the old vercel.com/docs format to the new docs.vercel.com format, and updates the community link from vercel.community to community.vercel.com.

Changes:

  • Updated Vercel Community link from vercel.community to community.vercel.com
  • Updated Vercel REST API documentation link to use the new docs.vercel.com domain
  • Updated "Creating an Access Token" documentation link to use the new docs.vercel.com domain

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

## Access Tokens

You need to pass a valid access token to be able to use any resource or operation. Refer to [Creating an Access Token](https://vercel.com/docs/rest-api#creating-an-access-token) to learn how to create one. Make sure that you create a token with the correct Vercel [scope](https://vercel.com/docs/dashboard-features#scope-selector).
You need to pass a valid access token to be able to use any resource or operation. Refer to [Creating an Access Token](https://docs.vercel.com/docs/rest-api/reference/welcome#creating-an-access-token) to learn how to create one. Make sure that you create a token with the correct Vercel [scope](https://vercel.com/docs/dashboard-features#scope-selector).
Copy link

Copilot AI Feb 1, 2026

Choose a reason for hiding this comment

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

The link to the Vercel scope documentation still uses the old format https://vercel.com/docs/dashboard-features#scope-selector. For consistency with the other updates in this PR and to avoid redirects, this link should also be updated to use the new documentation URL format (starting with https://docs.vercel.com/).

Suggested change
You need to pass a valid access token to be able to use any resource or operation. Refer to [Creating an Access Token](https://docs.vercel.com/docs/rest-api/reference/welcome#creating-an-access-token) to learn how to create one. Make sure that you create a token with the correct Vercel [scope](https://vercel.com/docs/dashboard-features#scope-selector).
You need to pass a valid access token to be able to use any resource or operation. Refer to [Creating an Access Token](https://docs.vercel.com/docs/rest-api/reference/welcome#creating-an-access-token) to learn how to create one. Make sure that you create a token with the correct Vercel [scope](https://docs.vercel.com/docs/dashboard-features#scope-selector).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant