Skip to content

Commit

Permalink
Update outdated links (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
2can committed May 23, 2023
1 parent 7c206ab commit 33a64d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

### What is Saleor App

Saleor App is the fastest way of extending Saleor with custom logic using [asynchronous](https://docs.saleor.io/docs/3.x/developer/extending/apps/asynchronous-webhooks) and [synchronous](https://docs.saleor.io/docs/3.x/developer/extending/apps/synchronous-webhooks) webhooks (and vast Saleor's API). In most cases, creating an App consists of two tasks:
Saleor App is the fastest way of extending Saleor with custom logic using [asynchronous](https://docs.saleor.io/docs/3.x/developer/extending/apps/asynchronous-webhooks) and [synchronous](https://docs.saleor.io/docs/3.x/developer/extending/apps/synchronous-webhooks/key-concepts) webhooks (and vast Saleor's API). In most cases, creating an App consists of two tasks:

- Writing webhook's code executing your custom logic.
- Developing configuration UI to be displayed in Saleor Dashboard via specialized view (designated in the App's manifest).
Expand All @@ -39,8 +39,6 @@ You can use any preferred technology to create Saleor Apps, but Next.js is among

[Apps guide](https://docs.saleor.io/docs/3.x/developer/extending/apps/key-concepts)

[Configuring apps in dashboard](https://docs.saleor.io/docs/3.x/dashboard/apps)

## Development

### Requirements
Expand Down Expand Up @@ -117,7 +115,7 @@ If you use Saleor Cloud or your local server is exposed, you can install your ap
This template host manifest at `/api/manifest`


You can also install application using GQL or command line. Follow the guide [how to install your app](https://docs.saleor.io/docs/3.x/developer/extending/apps/installing-apps#installation-using-graphql-api) to learn more.
You can also install application using GQL or command line. Follow the guide [how to install your app](https://docs.saleor.io/docs/3.x/developer/extending/apps/installing-apps#installation-using-graphql-api) to learn more.

### Generated schema and typings

Expand Down
2 changes: 1 addition & 1 deletion src/pages/api/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default createManifestHandler({
/**
* Configure webhooks here. They will be created in Saleor during installation
* Read more
* https://docs.saleor.io/docs/3.x/developer/api-reference/objects/webhook
* https://docs.saleor.io/docs/3.x/developer/api-reference/webhooks/objects/webhook
*
* Easiest way to create webhook is to use app-sdk
* https://github.com/saleor/saleor-app-sdk/blob/main/docs/saleor-webhook.md
Expand Down

0 comments on commit 33a64d5

Please sign in to comment.