fix(website): replace dead oscollective.org link with opencollective.com/opensourcecollective#1539
Open
sanjibani wants to merge 1 commit into
Open
Conversation
…com/opensourcecollective The Open Source Collective website (oscollective.org) has been returning HTTP 526 (Cloudflare origin unreachable) on every request since at least 2026-07-13 morning IST. The blog post 'Introducing Open Circle' linked to it as the fiscal host for Valibot. Replace with the canonical Open Source Collective entity page on Open Collective: https://opencollective.com/opensourcecollective (HTTP 200, content: 'Open Source Collective (OSC) is a 501(c)(6) nonprofit fiscal host that has been providing financial and legal infrastructure to open source projects since 2017'). Verified replacement URL: - https://oscollective.org/ HTTP 526 (3 attempts) - https://opencollective.com/opensourcecollective HTTP 200, fiscal host page This is a website-only change (no library code touched), so no changeset is needed.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughUpdated the “Fiscal host” hyperlink in the introductory blog post from 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Member
|
Thanks! I would like to wait a few days if |
Member
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
The Open Source Collective website (
https://oscollective.org/) is returning HTTP 526 (Cloudflare origin unreachable) on every request — verified with 3 attempts on 2026-07-13 morning IST. The blog post "Introducing Open Circle" links to it as the fiscal host for Valibot.This PR replaces the dead link with the canonical Open Source Collective entity page on Open Collective, which is the same organization (OSC is a 501(c)(6) nonprofit fiscal host).
Change
website/src/routes/blog/(posts)/introducing-open-circle/index.mdx:391 file, +1/-1. No library code touched (website-only), so no changeset is needed.
Verification
https://oscollective.org/→ HTTP 526 (3 attempts, all 526)https://opencollective.com/opensourcecollective→ HTTP 200, content: "Open Source Collective (OSC) is a 501(c)(6) nonprofit fiscal host that has been providing financial and legal infrastructure to open source projects since 2017"The replacement page is the canonical fiscal-host entity on Open Collective, matching the context of the sentence (OSC is the project's fiscal host).
Summary by CodeRabbit