From de5f7472195a1c9db1e3653e6816f69ad159ff69 Mon Sep 17 00:00:00 2001 From: DMGithubPublisher Date: Fri, 11 Oct 2024 17:24:45 +0800 Subject: [PATCH 1/2] update to internal commit e5abf809 --- programming/index.md | 10 +++++----- programming/javascript/user-guide/index.md | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/programming/index.md b/programming/index.md index d42b6321..c248c22a 100644 --- a/programming/index.md +++ b/programming/index.md @@ -12,14 +12,14 @@ permalink: /programming/index.html ## Getting Started -* [User Guide](./javascrit/user-guide/index.html) +* [User Guide](./javascript/user-guide/index.html) ## API Reference -* [API Reference](./javascrit/api-reference/index.html) +* [API Reference](./javascript/api-reference/index.html) ## Release Notes -* [Version 4.x](./javascrit/release-note/release-notes-4.x.html) -* [Version 3.x](./javascrit/release-note/release-notes-3.x.html) -* [Version 2.x](./javascrit/release-note/release-notes-2.x.html) +* [Version 4.x](./javascript/release-note/release-notes-4.x.html) +* [Version 3.x](./javascript/release-note/release-notes-3.x.html) +* [Version 2.x](./javascript/release-note/release-notes-2.x.html) diff --git a/programming/javascript/user-guide/index.md b/programming/javascript/user-guide/index.md index 825938a9..e22da097 100644 --- a/programming/javascript/user-guide/index.md +++ b/programming/javascript/user-guide/index.md @@ -54,7 +54,7 @@ The simplest way to add the SDK is to use a CDN such as [jsDelivr](https://jsdel ```html - + ``` @@ -62,13 +62,13 @@ The simplest way to add the SDK is to use a CDN such as [jsDelivr](https://jsdel ```html - + ``` > In some rare cases, you might not be able to access the CDN. If this happens, you can use >- [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) ->- [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) +>- [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) >- [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) ### Host the SDK yourself From 2e0e8673db6a06d73e2ec3aeccb7ddda2c6c3b47 Mon Sep 17 00:00:00 2001 From: DMGithubPublisher Date: Fri, 11 Oct 2024 17:45:41 +0800 Subject: [PATCH 2/2] update to internal commit bec4db78 --- programming/javascript/user-guide/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programming/javascript/user-guide/index.md b/programming/javascript/user-guide/index.md index e22da097..a3844571 100644 --- a/programming/javascript/user-guide/index.md +++ b/programming/javascript/user-guide/index.md @@ -66,10 +66,10 @@ The simplest way to add the SDK is to use a CDN such as [jsDelivr](https://jsdel ``` -> In some rare cases, you might not be able to access the CDN. If this happens, you can use + ### Host the SDK yourself