Skip to content

Commit 8939c26

Browse files
committed
Fix image paths
1 parent cbe5321 commit 8939c26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/cloud/cloudflare.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cloudflare
22

3-
![Illustration showing Cloudflare’s “proxy” setting toggle.](images/cloud-cf-o2o.png)
3+
![Illustration showing Cloudflare’s “proxy” setting toggle.](./images/cloud-cf-o2o.png)
44

55
Every Craft Cloud project is protected by [Cloudflare](https://cloudflare.com/)’s enterprise-grade global WAF or _web application firewall_.
66
For most sites and apps, our default policies (in combination with an evolving set of custom rules) will be enough to thwart inorganic and malicious traffic—but occasionally, customers will need access to deeper customization.

docs/cloud/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Craft Cloud’s serverless architecture means that traditional access via SSH is
44

55
Each [environment](environments.md) in your Cloud project has a **Commands** screen, from which you can run one-off Craft commands, or manage [scheduled commands](cron.md).
66

7-
![Screenshot of the commands screen in Craft Console, showing logs for a completed command.](images/cloud-commands.png)
7+
![Screenshot of the commands screen in Craft Console, showing logs for a completed command.](./images/cloud-commands.png)
88

99

1010
To run a command, enter just the segment following `craft` into the **Command** field. Press <kbd>Enter</kbd> or click **Execute** to send the command to Cloud.

docs/cloud/cron.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
In addition to [running one-off commands](commands.md) in a Craft Cloud environment, you can set up recurring commands using standard cron syntax.
44
Each environment is allowed {{ $activeSetVars.scheduledCommandsMax }} scheduled commands.
55

6-
![Screenshot showing a modal in Craft Console for configuring a scheduled/recurring command.](images/cloud-scheduled-commands.png)
6+
![Screenshot showing a modal in Craft Console for configuring a scheduled/recurring command.](./images/cloud-scheduled-commands.png)
77

88
::: tip
99
Cloud automatically processes [queue jobs](extension.md) for you.

0 commit comments

Comments
 (0)