Skip to content

Commit 2ad9ced

Browse files
docs(developer): Apps SDK link (#265)
1 parent 7bc2d51 commit 2ad9ced

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/content/docs/developer/crowdin-apps/about-crowdin-apps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The next step would be to implement the app functionality according to the app d
6868
</ReadMore>
6969

7070
<Aside type="tip" title="Interested in developing Crowdin Apps?">
71-
[Contact Us](https://crowdin.com/contacts) to get exclusive access to the Crowdin Apps SDK, which allows you to create apps in just a few lines of code.
71+
Check out our [Crowdin Apps SDK](https://crowdin.github.io/app-project-module/) to create apps in just a few lines of code.
7272
</Aside>
7373

7474
## Using Crowdin APIs in Crowdin Apps

src/content/docs/developer/crowdin-apps/app-descriptor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The app descriptor is one of the essential building blocks of Crowdin apps. The
1212
It describes how the application will work, what resources will be used, etc.
1313

1414
<Aside type="tip" title="Interested in developing Crowdin Apps?">
15-
[Contact Us](https://crowdin.com/contacts) to get exclusive access to the Crowdin Apps SDK, which allows you to create apps in just a few lines of code.
15+
Check out our [Crowdin Apps SDK](https://crowdin.github.io/app-project-module/) to create apps in just a few lines of code.
1616
</Aside>
1717

1818
## App Descriptor Structure

src/content/docs/developer/crowdin-apps/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ At this point, you have a working app with the following structure:
3838
Now the app is ready for deployment on Heroku. As you may notice in the manifest.json, the app in its current state contains only the project-menu module and doesn't require authorization, i.e., the app won't have access to the API.
3939

4040
<Aside type="tip" title="Interested in developing Crowdin Apps?">
41-
[Contact Us](https://crowdin.com/contacts) to get exclusive access to the Crowdin Apps SDK, which allows you to create apps in just a few lines of code.
41+
Check out our [Crowdin Apps SDK](https://crowdin.github.io/app-project-module/) to create apps in just a few lines of code.
4242
</Aside>
4343

4444
## Deploying Crowdin App

0 commit comments

Comments
 (0)