From 9b68d83c5818f0708e54c78d7954324791ed7d29 Mon Sep 17 00:00:00 2001 From: Kristin Martin Date: Fri, 14 Aug 2026 21:23:44 +0000 Subject: [PATCH] Fix broken pricing page anchor links --- getting-started/troubleshooting.html.md | 2 +- machines/api/machines-resource.html.markerb | 2 +- machines/guides-examples/machine-sizing.html.markerb | 4 ++-- networking/services.html.markerb | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/getting-started/troubleshooting.html.md b/getting-started/troubleshooting.html.md index 4ddc6532e2..22f52e2142 100644 --- a/getting-started/troubleshooting.html.md +++ b/getting-started/troubleshooting.html.md @@ -291,7 +291,7 @@ Look for OOM kill events. Fix: add memory. fly scale memory 512 ``` -For CPU-intensive apps, make sure you've selected an appropriate [Machine size](/docs/about/pricing/#machines). CPU and RAM scale together in preset combinations. +For CPU-intensive apps, make sure you've selected an appropriate [Machine size](/docs/about/pricing/#started-fly-machines). CPU and RAM scale together in preset combinations. ### Grace period diff --git a/machines/api/machines-resource.html.markerb b/machines/api/machines-resource.html.markerb index 34dce42672..6c801466d4 100644 --- a/machines/api/machines-resource.html.markerb +++ b/machines/api/machines-resource.html.markerb @@ -1277,7 +1277,7 @@ You cannot change which volume a Machine is attached to by updating the Machine' --- -**`size`:** A [named size](/docs/about/pricing/#running-fly-machines) for the VM, e.g. `performance-2x` or `shared-cpu-2x`. Note: `guest` and `size` are mutually exclusive. +**`size`:** A [named size](/docs/about/pricing/#started-fly-machines) for the VM, e.g. `performance-2x` or `shared-cpu-2x`. Note: `guest` and `size` are mutually exclusive. --- diff --git a/machines/guides-examples/machine-sizing.html.markerb b/machines/guides-examples/machine-sizing.html.markerb index 5bfb87aff9..acf58780c3 100644 --- a/machines/guides-examples/machine-sizing.html.markerb +++ b/machines/guides-examples/machine-sizing.html.markerb @@ -13,7 +13,7 @@ Here are a few ways to set the size (CPU and memory) of your Machine VMs. This g ## General Rules -We have some [preset sizes](/docs/about/pricing/#running-fly-machines) for you to choose from. Each CPU selection defaults to a specific amount of memory. +We have some [preset sizes](/docs/about/pricing/#started-fly-machines) for you to choose from. Each CPU selection defaults to a specific amount of memory. You can, however, scale your machine's CPU and memory separately. Memory limits are `2gb * shared CPU size` or `8gb * performance CPU size`. Minimum memory is `256m * shared CPU size` or `2048m * performance CPU size`. @@ -24,7 +24,7 @@ You can, however, scale your machine's CPU and memory separately. Memory limits ## Using Size Presets -Any size listed for Machines on the [pricing page](/docs/about/pricing/#machines) can be used when creating a Machine. +Any size listed for Machines on the [pricing page](/docs/about/pricing/#started-fly-machines) can be used when creating a Machine. Here's what that looks like to launch a `performance-2x` machine (2 CPU, 4gb memory): diff --git a/networking/services.html.markerb b/networking/services.html.markerb index 2d42a8728a..6898998899 100644 --- a/networking/services.html.markerb +++ b/networking/services.html.markerb @@ -238,7 +238,7 @@ Fly Machines have IPv6 addresses from which they make requests to the wider inte By default, we don’t offer static IPs or regional IP ranges, and we discourage the use of our outbound IPs to bypass firewalls. A Machine's outbound IP is liable to change without notice. This shouldn't be a daily occurrence, but it will happen if a Machine is moved for whatever reason, such as a load-balancing of Fly Machines between servers in one region. -If you do need a static outbound IP, you can assign one on a per-machine basis. You can allocate one to a machine with `fly machine egress-ip allocate . This will assign both an IPv4 and IPv6 address to the machine. Like dedicated IPv4 addresses, these are [billed](/docs/about/pricing/#static-machine-ip) monthly. +If you do need a static outbound IP, you can assign one on a per-machine basis. You can allocate one to a machine with `fly machine egress-ip allocate . This will assign both an IPv4 and IPv6 address to the machine. Like dedicated IPv4 addresses, these are [billed](/docs/about/pricing/#static-egress-ips-for-machines) monthly. You can also use the `fly machine egress-ip list` command to see all the IPs assigned to your machines, and release IPs with `fly machine egress-ip release `.