diff --git a/sources/academy/platform/deploying_your_code/deploying.md b/sources/academy/platform/deploying_your_code/deploying.md index 27211432b..2385fd335 100644 --- a/sources/academy/platform/deploying_your_code/deploying.md +++ b/sources/academy/platform/deploying_your_code/deploying.md @@ -21,7 +21,7 @@ Before we deploy our project onto the Apify platform, let's ensure that we've pu ### Creating the Actor -Before anything can be integrated, we've gotta create a new Actor. 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. +Before anything can be integrated, we've gotta create a new Actor. Let's head over to our [Apify Console](https://console.apify.com?asrc=developers_portal), navigate to the **Development** subsection and click on the **Develop new** button, then select the **Empty** template. ![Create new button](../getting_started/images/develop-new-actor.png) diff --git a/sources/academy/platform/getting_started/creating_actors.md b/sources/academy/platform/getting_started/creating_actors.md index e4b674991..0e6e8d1ee 100644 --- a/sources/academy/platform/getting_started/creating_actors.md +++ b/sources/academy/platform/getting_started/creating_actors.md @@ -15,7 +15,7 @@ You can create an Actor in several ways. You can create one from your own source ## Choose the source {#choose-the-source} -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. +Once you're in Apify Console, go to [Development](https://console.apify.com/actors/development/my-actors), and click on the **Develop new** button in the top right-hand corner. ![Develop an Actor button](./images/develop-new-actor.png) diff --git a/sources/academy/platform/getting_started/images/develop-new-actor.png b/sources/academy/platform/getting_started/images/develop-new-actor.png index e2b3e451f..1daaedab0 100644 Binary files a/sources/academy/platform/getting_started/images/develop-new-actor.png and b/sources/academy/platform/getting_started/images/develop-new-actor.png differ diff --git a/sources/academy/tutorials/python/scrape_data_python.md b/sources/academy/tutorials/python/scrape_data_python.md index cd4d3cc12..df8dfcdbf 100644 --- a/sources/academy/tutorials/python/scrape_data_python.md +++ b/sources/academy/tutorials/python/scrape_data_python.md @@ -57,7 +57,7 @@ Now that we understand the element structure of the page and know where to find ### Setting up the Actor -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. +First, we need to create a new Actor. To do this, go to [Apify Console](https://console.apify.com/), open the [Development section](https://console.apify.com/actors/development/my-actors), click on the **Develop new** button in the top right, and select the **Example: Hello world in Python** Actor template. 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`. diff --git a/sources/platform/actors/development/quick_start/images/actor-create-button.png b/sources/platform/actors/development/quick_start/images/actor-create-button.png index 662611add..f38a7bbe6 100644 Binary files a/sources/platform/actors/development/quick_start/images/actor-create-button.png and b/sources/platform/actors/development/quick_start/images/actor-create-button.png differ diff --git a/sources/platform/actors/development/quick_start/start_web_ide.md b/sources/platform/actors/development/quick_start/start_web_ide.md index 827388a0a..3c37985d3 100644 --- a/sources/platform/actors/development/quick_start/start_web_ide.md +++ b/sources/platform/actors/development/quick_start/start_web_ide.md @@ -22,7 +22,7 @@ To use Web IDE, you will need an Apify account. You can [sign-up for a free acco ::: -After you sign in to [Apify Console](https://console.apify.com), navigate to the [**Actors**](https://console.apify.com/actors) section. Then, click the **Develop new** button at the top right corner of the page. +After you sign in to [Apify Console](https://console.apify.com), navigate to the [**Development**](https://console.apify.com/actors/development/my-actors) subsection. Then, click the **Develop new** button at the top right corner of the page. ![Create Actor](./images/actor-create-button.png) diff --git a/sources/platform/console/index.md b/sources/platform/console/index.md index 7eabc344e..56824db08 100644 --- a/sources/platform/console/index.md +++ b/sources/platform/console/index.md @@ -102,6 +102,7 @@ You can also navigate Apify Console via keyboard shortcuts. |Home| GH | |Store| GO | |Actors| GA | +|Development| GD | |Saved tasks| GT | |Runs| GR | |Integrations | GI |