Skip to content

Commit b93b8bd

Browse files
authored
docs(wordpress): fix broken assets link after migration (#29389)
1 parent d719644 commit b93b8bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/gatsby-source-wordpress/docs/tutorials/configuring-wp-gatsby.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ Navigate to your GatsbyJS WordPress settings by visiting this path in your WP in
1313

1414
You should see the following "Builds Webhook" field at the top of the page:
1515

16-
![WPGatsby Builds Webhook Screenshot](/docs/assets/wp-gatsby-builds-webhook-settings.png)
16+
![WPGatsby Builds Webhook Screenshot](../../docs/assets/wp-gatsby-builds-webhook-settings.png)
1717

1818
Enter the Webhook that should be used, a POST request will be sent to the Webhook when content is updated in WordPress.
1919

2020
If you're using [Gatsby Cloud](https://www.gatsbyjs.com/dashboard/sites), you can find this webhook by navigating to the "Site Settings" tab for your Gatsby instance and then navigating to "Webhook" in the left-side menu.
2121

2222
Below your "Preview Webhook" you should see your "Builds Webhook". Copy this webhook and enter it into your WordPress settings.
2323

24-
![Gatsby Cloud Builds Webhook Screenshot](/docs/assets/gatsby-cloud-builds-webhook.png)
24+
![Gatsby Cloud Builds Webhook Screenshot](../../docs/assets/gatsby-cloud-builds-webhook.png)
2525

2626
Now that your Builds webhook is set up, when content is updated in WordPress your content will update in 4 to 12 seconds if you're using Gatsby Cloud with Incremental Builds, and in 45 seconds to a few minutes (and beyond) if you're using other services! :rocket:
2727

@@ -41,7 +41,7 @@ You will see 4 fields related to Gatsby Preview. "Enable Gatsby Preview?", "Prev
4141

4242
If you don't see this settings page, or you don't see these 4 fields, make sure the latest version of [WPGatsby](https://github.com/gatsbyjs/wp-gatsby) is installed in your WordPress instance.
4343

44-
![wp-gatsbyjs-preview-settings](/docs/assets/wp-gatsbyjs-preview-settings.png)
44+
![wp-gatsbyjs-preview-settings](../../docs/assets/wp-gatsbyjs-preview-settings.png)
4545

4646
#### 1. Check the "Enable Gatsby Preview?" Checkbox
4747

@@ -53,13 +53,13 @@ This field should be filled with the public frontend URL of your Gatsby Preview
5353

5454
To find your **Preview Instance URL**, navigate to the "Preview" tab in [Gatsby Cloud](https://www.gatsbyjs.com/dashboard/sites), wait for your first Preview build to complete, and then copy the frontend URL from above the build history list in the center of the page.
5555

56-
![Gatsby Cloud Preview frontend URL Screenshot](/docs/assets/gatsby-cloud-preview-frontend-url.png)
56+
![Gatsby Cloud Preview frontend URL Screenshot](../../docs/assets/gatsby-cloud-preview-frontend-url.png)
5757

5858
#### 3. Fill the "Preview Webhook" Field
5959

6060
You can find your **Preview webhook** by navigating to "Site Settings" in Gatsby Cloud and then navigating to "Webhooks" via the left-side menu.
6161

62-
![Gatsby Cloud Preview Webhook URL](/docs/assets/gatsby-cloud-preview-webhook-url.png)
62+
![Gatsby Cloud Preview Webhook URL](../../docs/assets/gatsby-cloud-preview-webhook-url.png)
6363

6464
#### 4. Double check the "Preview JWT secret" field
6565

0 commit comments

Comments
 (0)