Skip to content

Commit bda9391

Browse files
committed
fix broken links
1 parent e97022d commit bda9391

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sources/academy/platform/expert_scraping_with_apify/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Docker is a massive topic on its own, but don't be worried! We only expect you t
4040

4141
### The basics of Actors {#actor-basics}
4242

43-
Part of this course will be learning more in-depth about Actors; however, some basic knowledge is already assumed. If you haven't yet gone through the [Actors](../getting_started/actors.md) lesson of the **Apify platform** course, it's highly recommended to at least give it a glance before moving forward.
43+
Part of this course will be learning more in-depth about Actors; however, some basic knowledge is already assumed. It's strongly recommended to check out [Actors](/platform/actors) documentation first.
4444

4545
## First up {#first}
4646

sources/platform/actors/running/input_and_output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Learn more about [accessing user input](/sdk/js/docs/examples/accept-user-input)
9797

9898
### Run options - Build, Timeout, and Memory
9999

100-
In addition to task-specific parameters, you can specify run options such as [Build](../development/builds_and_runs/builds.md), Timeout, and [Memory](./usage_and_resources.md) for your Actor run.
100+
In addition to task-specific parameters, you can specify run options such as [Build](../development/builds_and_runs/builds.md), Timeout, and [Memory](/platform/actors/running/usage-and-resources) for your Actor run.
101101

102102
There are typically configured alongside the main input:
103103

@@ -109,7 +109,7 @@ There are typically configured alongside the main input:
109109
| Timeout | Timeout for the Actor run in seconds. Zero value means there is no timeout. |
110110
| Memory | Amount of memory allocated for the Actor run, in megabytes. |
111111

112-
Refer to [Builds](platform/development/builds_and_runs/builds) and [Usage and Resources](platform/usage_and_resources.md) for more details on these options.
112+
Refer to [Builds](platform/development/builds_and_runs/builds) and [Usage and Resources](/platform/actors/running/usage-and-resources) for more details on these options.
113113

114114
## Output
115115

Loading

0 commit comments

Comments
 (0)