Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
industrian authored Oct 15, 2024
1 parent 0e94317 commit 8feef5e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/sdk/api/sdkAuth.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ await authClient.customFlow({

### Token Introspection

Fetches info about `access_token` using [Token Introspection](https://docs.commercetools.com/api/authorization#oauth2-token-introspection) from the commercetools platform API.
Fetches info about `access_token` using [Token Introspection](https://docs.commercetools.com/api/authorization#introspection) from the commercetools platform API.

#### Argument

Expand Down
2 changes: 1 addition & 1 deletion packages/csv-parser-price/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# commercetools-csv-parser-price

Convert [commercetools price](https://docs.commercetools.com/api/projects/products#price) CSV data to JSON
Convert [commercetools price](https://docs.commercetools.com/api/types#price) CSV data to JSON

https://commercetools.github.io/nodejs/cli/csv-parser-price.html

Expand Down
2 changes: 1 addition & 1 deletion packages/price-exporter/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# price-exporter

Export [commercetools price](https://docs.commercetools.com/api/projects/products#price) from the commercetools platform.
Export [commercetools price](https://docs.commercetools.com/api/types#price) from the commercetools platform.

More info here: https://commercetools.github.io/nodejs/cli/price-exporter.html

Expand Down
2 changes: 1 addition & 1 deletion packages/resource-deleter/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# resource-deleter

Deletes [commercetools resources](https://docs.commercetools.com/api/general-concepts#reference-expansion) from the commercetools platform.
Deletes commercetools resources from the commercetools platform.

More info here: https://commercetools.github.io/nodejs/cli/resource-deleter.html

Expand Down

0 comments on commit 8feef5e

Please sign in to comment.