Skip to content

Commit b0d6193

Browse files
committed
minor update
1 parent e471b56 commit b0d6193

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

about/resources.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,29 @@ permalink: /about/resources.html
1414

1515
* <a href="https://www.dynamsoft.com/Downloads/WebTWAIN_Download.aspx" target="_blank">Official installer</a>
1616

17-
> This official package is meant for developers to evaluate the SDK. When the package is installed, you get all the [resource files]({{site.faq}}what-are-the-resources-files.html), documentation, and samples. A 30-day free trial is included when evaluating our SDK.
17+
> This official package is meant for developers to evaluate the SDK. When the package is installed, you get all the resource files, documentation, and samples. A 30-day free trial is included when evaluating our SDK.
1818
1919
* <a href="https://www.npmjs.com/package/dwt" target="_blank">NPM package</a>
2020

21-
> All the files in the [DWT package](https://github.com/dynamsoft-dwt/web-twain-package) will help you include `Dynamic Web TWAIN` in your web application both as a regular library and as a module. To try our SDK and included samples, a [trial license](#how-do-i-get-a-trial-license) is required.
21+
> All the files in the <a href="https://github.com/Dynamsoft/Dynamic-Web-TWAIN" target="_blank">DWT package</a> will help you include `Dynamic Web TWAIN` in your web application both as a regular library and as a module. To try our SDK and included samples, a [trial license](#how-do-i-get-a-trial-license) is required.
2222
2323
* <a href="https://yarnpkg.com/package/dwt" target="_blank">YARN package</a>
2424

25-
> Similar to using NPM, you will get all the files in the [DWT package](https://github.com/dynamsoft-dwt/web-twain-package).
25+
> Similar to using NPM, you will get all the files in the <a href="https://github.com/Dynamsoft/Dynamic-Web-TWAIN" target="_blank">DWT package</a>.
2626
2727
## Sample code
2828

2929
* <a href="https://www.dynamsoft.com/Downloads/WebTWAIN-Sample-Download.aspx" target="_blank">Official samples</a>
3030

31-
> We have many prebuilt samples to demonstrate common user scenarios. All samples contain the [resource files]({{site.faq}}what-are-the-resources-files.html) required in your application. If a sample is hosted on the Dynamsoft website (not Github), then the sample comes with a 30-day free trial license as well. Otherwise, you can [get a trial license](#how-do-i-get-a-trial-license).
31+
> We have many prebuilt samples to demonstrate common user scenarios. All samples contain the resource files required in your application. If a sample is hosted on the Dynamsoft website (not Github), then the sample comes with a 30-day free trial license as well. Otherwise, you can [get a trial license](#how-do-i-get-a-trial-license).
3232
3333
* <a href="https://github.com/dynamsoft-dwt" target="_blank">Github repo</a>
3434

3535
> In our repository, we've shared many samples and other projects related to `Dynamic Web TWAIN` . Some of which may be experimental. To try out these samples, a [trial license](#how-do-i-get-a-trial-license) is required.
3636
3737
## How do I get a trial License
3838

39-
Please visit our [customer portal](https://www.dynamsoft.com/customer/license/trialLicense?product=dwt) to request for a trial license.
39+
Please visit our <a href="https://www.dynamsoft.com/customer/license/trialLicense?product=dwt" target="_blank">customer portal</a> to request for a trial license.
4040

4141
## Online Demo
4242

faq/what-are-the-resources-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permalink: /faq/what-are-the-resources-files.html
1515

1616
Resources files help you include Dynamic Web TWAIN in your application. The following shows the purpose of these files.
1717

18-
> *Resources* is the default name of the folder that contain these files. It can be changed. For example, in the [Dynamic Web TWAIN package](https://github.com/dynamsoft-dwt/web-twain-package), it's called *dist*.
18+
> *Resources* is the default name of the folder that contain these files. It can be changed. For example, in the <a href="https://github.com/Dynamsoft/Dynamic-Web-TWAIN" target="_blank">DWT package</a>, it's called *dist*.
1919
2020
### Default files
2121

info/api/Dynamsoft_WebTwainEnv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Dynamsoft.DWT.RegisterEvent('OnWebTwainReady',
288288

289289
#### `OnWebTwainError`
290290

291-
A built-in callback triggered when an error is detected when laoding the Web TWAIN environment
291+
A built-in callback triggered when an error is detected when loading the Web TWAIN environment
292292

293293
**Example**
294294
```javascript

0 commit comments

Comments
 (0)