docs: fix Global Config links - #483
Merged
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
luismeyer
approved these changes
Aug 25, 2026
| The Statsig adapter can either load the experiment configuration over the network or bootstrap from [Global Config](https://vercel.com/storage/global-config). | ||
|
|
||
| Using [Global Config](https://vercel.com/docs/storage/global-config) is optional but recommended for the best latency. Global Config is a global, ultra-low latency store which uses active replication and is specifically designed for serving feature flag configuration. | ||
| Using [Global Config](https://vercel.com/docs/global-config) is optional but recommended for the best latency. Global Config is a global, ultra-low latency store which uses active replication and is specifically designed for serving feature flag configuration. |
Contributor
Contributor
Author
There was a problem hiding this comment.
what are you on about?
Contributor
There was a problem hiding this comment.
This PR updates Global Config links to the new /docs/global-config path. On the next line you correctly changed the link to https://vercel.com/docs/global-config (HTTP 200), but the line just above still points to https://vercel.com/storage/global-config — note it's missing /docs entirely, and it returns a 404. Since both lines are in the same paragraph and part of the same link cleanup, this one was likely just missed. Suggested fix: change it to https://vercel.com/docs/global-config to match.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/docs/storageTesting
git diff --check