Skip to content

Commit 94f3b54

Browse files
committed
Fix a few broken links in Cloud FAQ
1 parent a63c2b6 commit 94f3b54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cloud/faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Nope, sorry! Craft Cloud is serverless, and doesn’t use a traditional HTTP ser
107107

108108
### Can I SSH into my server?
109109

110-
Craft Cloud’s serverless architecture means there is nothing to SSH into! Images are built during each deployment, and spun up and destroyed based on traffic—even though the [ephemeral filesystem](projects.md) takes some getting used to, its inherent stability and security are an essential part of what makes Cloud such a great place to host your Craft project.
110+
Craft Cloud’s serverless architecture means there is nothing to SSH into! Images are built during each deployment, and spun up and destroyed based on traffic—even though the [ephemeral filesystem](migrating.md) takes some getting used to, its inherent stability and security are an essential part of what makes Cloud such a great place to host your Craft project.
111111

112112
<a id="console-commands"></a>
113113

@@ -175,7 +175,7 @@ Yes! Read all about [deployments](deployment.md) and the [build pipeline](builds
175175

176176
### How can I statically cache the front end of my site?
177177

178-
Craft Cloud has a built-in [static caching](cache.md) system that is designed to work seamlessly with Craft CMS. On-disk and rewrite-based caches will not work, as the Cloud filesystem is ephemeral—and files in the “web root” aren’t directly exposed to the web.
178+
Craft Cloud has a built-in [static caching](static-caching.md) system that is designed to work seamlessly with Craft CMS. On-disk and rewrite-based caches will not work, as the Cloud filesystem is ephemeral—and files in the “web root” aren’t directly exposed to the web.
179179

180180
<a id="local-dev"></a>
181181

@@ -187,7 +187,7 @@ The [Cloud filesystem](assets.md) has a special “fallback” feature for worki
187187

188188
### How do I move an existing project to Craft Cloud?
189189

190-
Check out our [migration guide](projects.md)! As long as you are using Craft CMS {{ $activeSetVars.minCraftVersion }} or later, your project is apt to work on Craft Cloud with very few changes.
190+
Check out our [migration guide](migrating.md)! As long as you are using Craft CMS {{ $activeSetVars.minCraftVersion }} or later, your project is apt to work on Craft Cloud with very few changes.
191191

192192

193193
## Billing + Legal

0 commit comments

Comments
 (0)