From 2d25e79b317dcf5c83c17ad48d185e0b9d52bd23 Mon Sep 17 00:00:00 2001 From: andie787 <4andie@gmail.com> Date: Fri, 22 Sep 2023 15:03:04 -0400 Subject: [PATCH] fix links --- apps/volume-storage.html.markerb | 2 +- reference/volumes.html.markerb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/volume-storage.html.markerb b/apps/volume-storage.html.markerb index cb98b4f8c6..74fa379c31 100644 --- a/apps/volume-storage.html.markerb +++ b/apps/volume-storage.html.markerb @@ -186,6 +186,6 @@ tmpfs 113224 0 113224 0% /sys/fs/cgroup ## Related topics - [How Fly Volumes work](/docs/reference/volumes/) -- [Manage volumes](/docs/apps/volume-manage/) +- [Manage volume storage](/docs/apps/volume-manage/) - [`mounts` section](/docs/reference/configuration/#the-mounts-section) in the `fly.toml` Fly Launch configuration file - [Scale an app with volumes](/docs/apps/scale-count/#scale-an-app-with-volumes) \ No newline at end of file diff --git a/reference/volumes.html.markerb b/reference/volumes.html.markerb index faf8697f86..864b4ed588 100644 --- a/reference/volumes.html.markerb +++ b/reference/volumes.html.markerb @@ -52,6 +52,6 @@ Snapshots may not have your latest data. You should still implement your own bac ## Related topics -- [Add volume storage to your app](/docs/apps/volume-storage/) -- [Manage volumes](/docs/apps/volume-manage/) +- [Add volume storage](/docs/apps/volume-storage/) +- [Manage volume storage](/docs/apps/volume-manage/) - [Scale an app with volumes](/docs/apps/scale-count/#scale-an-app-with-volumes)