Skip to content

Commit 9e47c03

Browse files
authored
Merge pull request #9 from dynamsoft-docs/preview
update to internal commit 3f238224
2 parents 540f108 + aea9f0f commit 9e47c03

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

programming/javascript/api-reference/code-parser-module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ The `CodeParser` class enable users to parse given bytes or a string.
4242

4343
## Enumerations
4444

45-
* [EnumMappingStatus]({{ site.dcv_enumerations }}code-parser/mapping-status.md)
46-
* [EnumValidationStatus]({{ site.dcv_enumerations }}code-parser/validation-status.md)
45+
* [EnumMappingStatus]({{ site.dcv_enumerations }}code-parser/mapping-status.html)
46+
* [EnumValidationStatus]({{ site.dcv_enumerations }}code-parser/validation-status.html)

programming/javascript/api-reference/code-parser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ parse: (source: Uint8Array | string, taskSettingName?: string) => Promise<Parsed
143143

144144
* `source`: the array of bytes or the string to parse.
145145

146-
* `taskSettingName`: the name of [CodeParserTaskSetting]({{site.parameters}}file/task-settings/code-parser-task-settings.html) that defines the settings used for code parsing.
146+
* `taskSettingName`: the name of [CodeParserTaskSetting](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/code-parser-task-settings/) that defines the settings used for code parsing.
147147

148148
**Return Value**
149149

programming/javascript/api-reference/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ noTitleIndex: true
1515
In versions 2.x and higher, Dynamsoft Code Parser JavaScript Edition includes the following modules:
1616

1717
* [CodeParser](./code-parser-module.md)
18-
* [License]({{ site.dcv_js_api }}license/license-module.md)
19-
* [Core]({{ site.dcv_js_api }}core/core-module.md)
18+
* [License]({{ site.dcv_js_api }}license/license-module.html)
19+
* [Core]({{ site.dcv_js_api }}core/core-module.html)

programming/javascript/user-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Options to download the SDK:
157157

158158
- From the website
159159

160-
[Download the JavaScript ZIP package](https://www.dynamsoft.com/code-parser/downloads/?ver=2.0.20&utm_source=guide)
160+
Sign in the [Customer Portal](https://www.dynamsoft.com/customer/index?utm_source=docs&product=dcp) and Download the JavaScript ZIP package
161161

162162
* yarn
163163

0 commit comments

Comments
 (0)