Skip to content

Commit 848f424

Browse files
authored
docs: fix outdated docs re: create new actor button (#1167)
add new screenshot with correct UI change prose to reflect the current state of UI
1 parent be4c573 commit 848f424

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

sources/academy/platform/deploying_your_code/deploying.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Before we deploy our project onto the Apify platform, let's ensure that we've pu
2121
2222
### Creating the Actor
2323

24-
Before anything can be integrated, we've gotta create a new Actor. Luckily, this is super easy to do. Let's head over to our [Apify Console](https://console.apify.com?asrc=developers_portal) and click on the **New** button, then select the **Empty** template.
24+
Before anything can be integrated, we've gotta create a new Actor. Luckily, this is super easy to do. Let's head over to our [Apify Console](https://console.apify.com?asrc=developers_portal) and click on the **Develop new** button, then select the **Empty** template.
2525

26-
![Create new button](../getting_started/images/create-new-actor.png)
26+
![Create new button](../getting_started/images/develop-new-actor.png)
2727

2828
Easy peasy!
2929

sources/academy/platform/getting_started/creating_actors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ You can create an Actor in several ways. You can create one from your own source
1515

1616
## Choose the source {#choose-the-source}
1717

18-
Once you're in Apify Console, go to [Actors](https://console.apify.com/actors?asrc=developers_portal), and click on the **Create an Actor** button in the top right-hand corner.
18+
Once you're in Apify Console, go to [Actors](https://console.apify.com/actors?asrc=developers_portal), and click on the **Develop new** button in the top right-hand corner.
1919

20-
![Create an Actor button](./images/create-new-actor.png)
20+
![Develop an Actor button](./images/develop-new-actor.png)
2121

2222
You'll be presented with a page featuring two ways to get started with a new Actor.
2323

85.4 KB
Loading

sources/academy/tutorials/python/scrape_data_python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Now that we understand the element structure of the page and know where to find
5757

5858
### Setting up the Actor
5959

60-
First, we need to create a new Actor. To do this, go to [Apify Console](https://console.apify.com/), open the [Actors section](https://console.apify.com/actors), click on the **Create new** button in the top right, and select the **Example: Hello world in Python** Actor template.
60+
First, we need to create a new Actor. To do this, go to [Apify Console](https://console.apify.com/), open the [Actors section](https://console.apify.com/actors), click on the **Develop new** button in the top right, and select the **Example: Hello world in Python** Actor template.
6161

6262
In the page that opens, you can see your newly created Actor. In the **Settings** tab, you can give it a name (e.g. `bbc-weather-scraper`) and further customize its settings. We'll skip customizing the settings for now, the defaults should be fine. In the **Source** tab, you can see the files that are at the heart of the Actor. Although there are several of them, just two are important for us now, `main.py` and `requirements.txt`.
6363

0 commit comments

Comments
 (0)