You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/actors/publishing/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ If you decide to make your Actor code publicly available on [GitHub](https://git
30
30
31
31
Naturally, your Actor's code should be open to changes and updates, so don't be afraid of refactoring. However, beware of making changes that could potentially break the Actor for its existing users.
32
32
33
-
If you plan on making a breaking change, please get in touch with us ahead of time at community@apify.com, and we will help you to communicate the change to your users.
33
+
If you plan on making a breaking change, please get in touch with us ahead of time at [community@apify.com](mailto:community@apify.com), and we will help you to communicate the change to your users.
34
34
35
35
Also, pay special attention to your Actor's documentation ([README](../../academy/get-most-of-actors/actor-readme)). It should be clear, detailed, and readable. Think of the users, who might not be developers, so try to use simple, easy-to-understand language and avoid technical jargon.
0 commit comments