Skip to content

Commit de5f747

Browse files
update to internal commit e5abf809
1 parent 4382562 commit de5f747

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

programming/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ permalink: /programming/index.html
1212

1313
## Getting Started
1414

15-
* [User Guide](./javascrit/user-guide/index.html)
15+
* [User Guide](./javascript/user-guide/index.html)
1616

1717
## API Reference
1818

19-
* [API Reference](./javascrit/api-reference/index.html)
19+
* [API Reference](./javascript/api-reference/index.html)
2020

2121
## Release Notes
2222

23-
* [Version 4.x](./javascrit/release-note/release-notes-4.x.html)
24-
* [Version 3.x](./javascrit/release-note/release-notes-3.x.html)
25-
* [Version 2.x](./javascrit/release-note/release-notes-2.x.html)
23+
* [Version 4.x](./javascript/release-note/release-notes-4.x.html)
24+
* [Version 3.x](./javascript/release-note/release-notes-3.x.html)
25+
* [Version 2.x](./javascript/release-note/release-notes-2.x.html)

programming/javascript/user-guide/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,21 @@ The simplest way to add the SDK is to use a CDN such as [jsDelivr](https://jsdel
5454

5555
```html
5656
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-core@3.4.20/dist/core.js"></script>
57-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-license@3.4.20/dist/license.js"></script>
57+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-license@3.4.21/dist/license.js"></script>
5858
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.1.0/dist/dce.js"></script>
5959
```
6060

6161
- UNPKG
6262

6363
```html
6464
<script src="https://unpkg.com/dynamsoft-core@3.4.20/dist/core.js"></script>
65-
<script src="https://unpkg.com/dynamsoft-license@3.4.20/dist/license.js"></script>
65+
<script src="https://unpkg.com/dynamsoft-license@3.4.21/dist/license.js"></script>
6666
<script src="https://unpkg.com/dynamsoft-camera-enhancer@4.1.0/dist/dce.js"></script>
6767
```
6868

6969
> In some rare cases, you might not be able to access the CDN. If this happens, you can use
7070
>- [https://download2.dynamsoft.com/packages/dynamsoft-core@3.4.20/dist/core.js](https://download2.dynamsoft.com/packages/dynamsoft-core@3.2.10/dist/core.js)
71-
>- [https://download2.dynamsoft.com/packages/dynamsoft-license@3.4.20/dist/license.js](https://download2.dynamsoft.com/packages/dynamsoft-license@3.2.10/dist/license.js)
71+
>- [https://download2.dynamsoft.com/packages/dynamsoft-license@3.4.21/dist/license.js](https://download2.dynamsoft.com/packages/dynamsoft-license@3.2.10/dist/license.js)
7272
>- [https://download2.dynamsoft.com/packages/dynamsoft-camera-enhancer@4.1.0/dist/dce.js](https://download2.dynamsoft.com/packages/dynamsoft-camera-enhancer@4.0.2/dist/dce.js)
7373
7474
### Host the SDK yourself

0 commit comments

Comments
 (0)