File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ permalink: /programming/index.html
12
12
13
13
## Getting Started
14
14
15
- * [ User Guide] ( ./javascrit /user-guide/index.html )
15
+ * [ User Guide] ( ./javascript /user-guide/index.html )
16
16
17
17
## API Reference
18
18
19
- * [ API Reference] ( ./javascrit /api-reference/index.html )
19
+ * [ API Reference] ( ./javascript /api-reference/index.html )
20
20
21
21
## Release Notes
22
22
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 )
Original file line number Diff line number Diff line change @@ -54,21 +54,21 @@ The simplest way to add the SDK is to use a CDN such as [jsDelivr](https://jsdel
54
54
55
55
``` html
56
56
<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 >
58
58
<script src =" https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.1.0/dist/dce.js" ></script >
59
59
```
60
60
61
61
- UNPKG
62
62
63
63
``` html
64
64
<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 >
66
66
<script src =" https://unpkg.com/dynamsoft-camera-enhancer@4.1.0/dist/dce.js" ></script >
67
67
```
68
68
69
69
> In some rare cases, you might not be able to access the CDN. If this happens, you can use
70
70
> - [ 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 )
72
72
> - [ 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 )
73
73
74
74
### Host the SDK yourself
You can’t perform that action at this time.
0 commit comments