Update coreinfrastructure.org -> bestpractices.dev#2856
Merged
Conversation
A while ago the production website moved from bestpractices.coreinfrastructure.org to www.bestpractices.dev. We automatically forward, but we really should be only giving the new URLs. This commit updates the live references across docs, the OpenAPI server URL, the Python client sample, and the README. We use the `www.bestpractices.dev` host (not the bare domain) because bare DNS domains complicate our Fastly CDN setup. The old "master" branch deployment no longer runs. The only pre-production running site is the staging branch deployment. Thus, load_self_json and the Fastly cache test now target staging.bestpractices.dev. This also adds a normalize_string rewrite in lib/tasks/default.rake so rake translation:sync converts stale old-domain references arriving via translation.io, mirroring the existing GitHub-organization rewrite. Deliberately preserve the old domain where it is historically accurate: - README's "previously was at" note about the former site. - The dated 2017-2018 TLS/header scan evidence in the assurance case, which was measured against the site as it existed then (under the old domain). - VCR cassettes (recorded HTTP responses with the old domain in frozen CSP headers). - config/machine_translations/pt-BR.yml (handled by the sync normalizer). Co-Authored-By: David A. Wheeler <dwheeler@dwheeler.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
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.
A while ago the production website moved from
bestpractices.coreinfrastructure.org to www.bestpractices.dev. We automatically forward, but we really should be only giving the new URLs.
This commit updates the live references across docs, the OpenAPI server URL, the Python client sample, and the README. We use the
www.bestpractices.devhost (not the bare domain) because bare DNS domains complicate our Fastly CDN setup.The old "master" branch deployment no longer runs. The only pre-production running site is the staging branch deployment. Thus, load_self_json and the Fastly cache test now target staging.bestpractices.dev.
This also adds a normalize_string rewrite in lib/tasks/default.rake so rake translation:sync converts stale old-domain references arriving via translation.io, mirroring the existing GitHub-organization rewrite.
Deliberately preserve the old domain where it is historically accurate: