Skip to content

Commit a9363a3

Browse files
Fix PR comments
1 parent 2b8139e commit a9363a3

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

sources/platform/actors/development/quick_start/index.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ Any code that can run inside of a Docker container can be turned into Apify [Act
2626

2727
But to fully benefit from running on top of the Apify platform, we recommend you choose either JavaScript/Node.js or Python, where Apify provides first-level support regarding its SDK, API clients, and learning materials.
2828

29-
For these languages, you can also [choose from many code templates](https://apify.com/templates) that help you to kickstart your project quickly:
29+
For these languages, you can also [choose from many code templates](https://apify.com/templates) that help you to kickstart your project quickly.
3030

31-
<a href="https://apify.com/templates" target="_blank">
32-
<img src={require("./images/templates.png").default} width="70%" />
33-
</a>
31+
![Actor Templates](./images/templates.png)
3432

3533
## Development Paths
3634

sources/platform/actors/development/quick_start/start_locally.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The CLI will ask you to:
3232
1. Name your Actor (e.g., `your-actor-name`)
3333
2. Choose a programming language (`JavaScript`, `TypeScript`, or `Python`)
3434
3. Select a development template
35-
:::info
35+
:::info Explore Actor templates
3636

3737
Browse the [full list of templates](https://apify.com/templates) to find the best fit for your Actor.
3838

@@ -101,7 +101,7 @@ Find more info in the [Input schema](/platform/actors/development/actor-definiti
101101
102102
### Actor's `storage`
103103
104-
The Actor system provides two storage types for files and results: `key-value` store and `dataset`.
104+
The Actor system provides two storage types for files and results: [key-value](/platform/actors/development/actor-definition/key-value-store-schema) store and [dataset](/platform/actors/development/actor-definition/dataset-schema).
105105
106106
#### Key-value store
107107

0 commit comments

Comments
 (0)