Skip to content

Commit 10e86a5

Browse files
committed
Update license request URLs
1 parent ab2583b commit 10e86a5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/app/product-list/product-list.component.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<div>
22
<div>
3-
Get a License key from <a href="https://www.dynamsoft.com/customer/license/trialLicense" target="_blank">here</a>
3+
Get a License key from <a
4+
href="https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform"
5+
target="_blank">here</a>
46
</div>
57
<input type="text" [(ngModel)]="inputText" [placeholder]="placeholderText">
68
<button (click)="activate()">Activate SDK</button>

src/app/product-list/product-list.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class ProductListComponent {
4747
};
4848

4949
try {
50-
// Visit https://www.dynamsoft.com/customer/license/trialLicense to get a trial license for capture vision suite.
50+
// Visit https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform to get a trial license for capture vision suite.
5151
let licenseKey: string = this.inputText === '' ? this.placeholderText : this.inputText;
5252
await LicenseManager.initLicense(licenseKey, true);
5353

0 commit comments

Comments
 (0)