Skip to content

Commit

Permalink
Change Pricing URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Averin committed Feb 27, 2024
1 parent 62c3656 commit f41b16a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion codegen/Templates/dart/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To use these SDKs, you will need Client Id and Client Secret which can be looked

## Prerequisites

To use Aspose.BarCode Cloud SDK for Dart you need to register an account with [Aspose Cloud](https://www.aspose.cloud) and lookup/create Client Secret and SID at [Cloud Dashboard](https://dashboard.aspose.cloud/applications). There is a free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/pricing).
To use Aspose.BarCode Cloud SDK for Dart you need to register an account with [Aspose Cloud](https://www.aspose.cloud) and lookup/create Client Secret and SID at [Cloud Dashboard](https://dashboard.aspose.cloud/applications). There is a free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/).

## Requirements

Expand Down
1 change: 0 additions & 1 deletion scripts/check-urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ def main(files):

for url, files in BROKEN_URLS.items():
message = "BROKEN URL: '%s' in files: %s" % (url, ", ".join(files))
print(message, file=sys.stdout)
print(message, file=sys.stderr, flush=True)
if BROKEN_URLS:
exit(1)
Expand Down

0 comments on commit f41b16a

Please sign in to comment.