Skip to content

Commit 57a706b

Browse files
committed
fix mdlint
1 parent d3e15c1 commit 57a706b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sources/academy/platform/getting_started/apify_client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ run = client.actor('YOUR_USERNAME/adding-actor').call(run_input={
114114
</TabItem>
115115
</Tabs>
116116

117-
> Learn more about the `.call()` function [here](/api/client/js/reference/class/ApifyClient#actor).
117+
> Learn more about the `.call()` function in our [API documentation](/api/client/js/reference/class/ApifyClient#actor).
118118
119119
## Downloading dataset items {#downloading-dataset-items}
120120

sources/academy/platform/running_a_web_server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,4 @@ When we deploy and run this Actor on the Apify platform, then we can open the **
236236

237237
With that, we're done! And our application works like a charm :)
238238

239-
The complete code of this Actor is available [here](https://apify.com/apify/example-web-server). You can run it there or copy it to your account.
239+
The complete code of this Actor is available at it's [page](https://apify.com/apify/example-web-server). You can run it there or copy it to your account.

0 commit comments

Comments
 (0)