Fix broken pricing page anchor links - #2463
Merged
Merged
Conversation
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 of changes
Five links pointed at anchors that do not exist on
/docs/about/pricing/. A missing fragment does not 404, it just drops the reader at the top of a long pricing page, so these were failing quietly.getting-started/troubleshooting.html.md#machines#started-fly-machinesmachines/api/machines-resource.html.markerb#running-fly-machines#started-fly-machinesmachines/guides-examples/machine-sizing.html.markerb#running-fly-machines#started-fly-machinesmachines/guides-examples/machine-sizing.html.markerb#machines#started-fly-machinesnetworking/services.html.markerb#static-machine-ip#static-egress-ips-for-machinesAll four machine links wanted the section listing preset sizes, which is the one containing
shared-cpu-1xandperformance-2x. The egress link was a straight rename.Preview
Both targets verified against the live page:
Related Fly.io community and GitHub links
None.
Notes
Links only, no content changes.
Two other broken pricing anchors were found at the same time and are deliberately left out of this PR:
rails/getting-started/existing.html.mdcontains#postgresql-cluinside a captured terminal transcript. That URL is printed by flyctl, so editing the transcript would misrepresent the tool. The fix belongs in flyctl.rails/cookbooks/index.html.mdlinks to "Free Allowances", which no longer exist for current customers now that Move discontinued plan details to their own page #2462 moved that content to the discontinued plans page. Repointing the anchor would send new readers to plans they cannot be on, so this needs a content decision rather than a link change.