Skip to content

docs: fix Global Config links - #483

Merged
molebox merged 1 commit into
mainfrom
docs/fix-docsgraph-broken-links
Aug 25, 2026
Merged

docs: fix Global Config links#483
molebox merged 1 commit into
mainfrom
docs/fix-docsgraph-broken-links

Conversation

@molebox

@molebox molebox commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Summary

  • update Flags SDK provider docs to use the current Global Config paths
  • fix dashboard, usage, SDK, and limits links moved out of /docs/storage

Testing

  • pre-commit Biome check
  • git diff --check
  • verified replacement URLs return HTTP 200 without redirects

@vercel

vercel Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
flags-playground Ready Ready Preview, v0 Aug 25, 2026 11:45am
shirt-shop Ready Ready Preview, v0 Aug 25, 2026 11:45am
shirt-shop-api Ready Ready Preview, v0 Aug 25, 2026 11:45am

@molebox
molebox requested a review from luismeyer August 25, 2026 11:45
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.

@vercel vercel Bot Aug 25, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Broken Global Config link on line 358 points to https://vercel.com/storage/global-config, which returns HTTP 404.

Fix on Vercel

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

what are you on about?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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.

@molebox
molebox merged commit 9f77c88 into main Aug 25, 2026
22 checks passed
@molebox
molebox deleted the docs/fix-docsgraph-broken-links branch August 25, 2026 11:47
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.

2 participants