Skip to content

Fix broken pricing page anchor links - #2463

Merged
kcmartin merged 1 commit into
mainfrom
fix-pricing-anchor-links
Aug 14, 2026
Merged

Fix broken pricing page anchor links#2463
kcmartin merged 1 commit into
mainfrom
fix-pricing-anchor-links

Conversation

@kcmartin

Copy link
Copy Markdown
Contributor

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.

File Was Now
getting-started/troubleshooting.html.md #machines #started-fly-machines
machines/api/machines-resource.html.markerb #running-fly-machines #started-fly-machines
machines/guides-examples/machine-sizing.html.markerb #running-fly-machines #started-fly-machines
machines/guides-examples/machine-sizing.html.markerb #machines #started-fly-machines
networking/services.html.markerb #static-machine-ip #static-egress-ips-for-machines

All four machine links wanted the section listing preset sizes, which is the one containing shared-cpu-1x and performance-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.md contains #postgresql-clu inside 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.md links 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.

@kcmartin
kcmartin merged commit 4f42c6f into main Aug 14, 2026
2 checks passed
@kcmartin
kcmartin deleted the fix-pricing-anchor-links branch August 14, 2026 21:33
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.

1 participant