Skip to content

Commit 0e044f3

Browse files
committed
fix broken images
1 parent 7780793 commit 0e044f3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sources/academy/platform/deploying_your_code/deploying.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The final step is to click on **API** in the top right corner of our Actor's pag
3939

4040
And scroll through all of the links until we find the **Build Actor** API endpoint. Now we'll copy this endpoint's URL, head back over to our GitHub repository and navigate to **Settings > Webhooks > Add webhook**. The final thing to do is to paste the URL and save the webhook.
4141

42-
![Adding a webhook to your GitHub repository](../../../platform/actors/development/deployment/images/ci-github-integration.png)
42+
![Adding a webhook to your GitHub repository](../../../platform/5-building-actors/deployment/images/ci-github-integration.png)
4343

4444
That's it! The Actor should now pull its source code from the repository and automatically build.
4545

sources/academy/platform/deploying_your_code/output_schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ slug: /deploying-your-code/dataset-schema
1111

1212
The dataset schema generates an interface that enables users to instantly preview their Actor results in real time.
1313

14-
![Dataset Schema](../../../platform/actors/development/actor_definition/images/output-schema-example.png)
14+
![Dataset Schema](../../../platform/5-building-actors/actor_definition/images/output-schema-example.png)
1515

1616
In this quick tutorial, you will learn how to set up an output tab for your own Actor.
1717

sources/academy/platform/expert_scraping_with_apify/managing_source_code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The final step is to click on **API** in the top right corner of your Actor's pa
5353

5454
And scroll through all of the links until you find the **Build Actor** API endpoint. Copy this endpoint's URL, then head back over to your GitHub repository and navigate to **Settings > Webhooks > Add webhook**. The final thing to do is to paste the URL and save the webhook.
5555

56-
![Adding a webhook to your GitHub repo](../../../platform/actors/development/deployment/images/ci-github-integration.png)
56+
![Adding a webhook to your GitHub repo](../../../platform/5-building-actors/deployment/images/ci-github-integration.png)
5757

5858
And you're done! 🎉
5959

sources/platform/4-core-concepts/proxy/your_own_proxies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In addition to our proxies, you can use your own both in Apify Console and SDK.
1515

1616
To use your own proxies with Apify Console, in your Actor's **Input and options** tab, scroll down and open the **Proxy and browser configuration** section. Enter your proxy URLs, and you're good to go.
1717

18-
![Using custom proxy in Apify Console](../images/proxy-custom.png)
18+
![Using custom proxy in Apify Console](../../../platform/images/proxy-custom.png)
1919

2020
## Custom proxies in SDK
2121

0 commit comments

Comments
 (0)