Skip to content

Commit 023ff0d

Browse files
Merge pull request #4 from dynamsoft-docs/preview
fix wrong links
2 parents b3e629b + 3461663 commit 023ff0d

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

_includes/sidelist-programming-javascript.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<li class="category">DEVELOPMENT</li>
22
<li><a style="cursor:pointer;color:#3c3c3c" href="{{ site.javascript }}user-guide.html" class="otherLinkColour">User Guide</a>
33
</li>
4-
<li><a style="cursor:pointer;color:#3c3c3c" class="otherLinkColour">API Reference</a>
4+
<li><a style="cursor:pointer;color:#3c3c3c" href="{{ site.javascript-api }}" class="otherLinkColour">API Reference</a>
55
<ul>
66
<li><a href="{{ site.javascript-api }}CodeParser.html" class="otherLinkColour">CodeParser for code parsing</a></li>
77
<li><a href="{{ site.javascript-api }}LicenseControl.html" class="otherLinkColour">License Control</a></li>
@@ -22,9 +22,8 @@
2222
</li>
2323
</ul>
2424
</li>
25-
<li ><a href="{{ site.javascript-release-notes }}" class="otherLinkColour">Release Notes</a>
26-
<ul >
27-
<li ><a href="{{ site.javascript-release-notes }}js-2.html" class="otherLinkColour">Version 1.x</a></li>
25+
<li><a href="{{ site.javascript-release-notes }}" class="otherLinkColour">Release Notes</a>
26+
<ul>
27+
<li><a href="{{ site.javascript-release-notes }}js-2.html" class="otherLinkColour">Version 1.x</a></li>
2828
</ul>
29-
</li>
30-
29+
</li>

programming/javascript/api-reference/index.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,42 +30,42 @@ The APIs for this class include:
3030

3131
| API Name | Description |
3232
|---|---|
33-
| [license](./licenseControl.md#license) | Initializes license of DCP. |
33+
| [license](./licenseControl.html#license) | Initializes license of DCP. |
3434

3535
### Initialize Engine
3636

3737
| API Name | Description |
3838
|---|---|
39-
| [engineResourcePath](./initializeEngine.md#engineresourcepath) | Specifies the path of WASM engine. |
40-
| [loadWasm()](./initializeEngine.md#loadwasm) | Loads and compiles the WASM. |
39+
| [engineResourcePath](./initializeEngine.html#engineresourcepath) | Specifies the path of WASM engine. |
40+
| [loadWasm()](./initializeEngine.html#loadwasm) | Loads and compiles the WASM. |
4141

4242
### Create and Destroy
4343

4444
| API Name | Description |
4545
|---|---|
46-
| [createInstance()](./codeParser.md#createinstance) | Creates a `CodeParser` instance. |
47-
| [destroyContext()](./codeParser.md#destroycontext) | Destroys the `CodeParser` instance in WASM. |
46+
| [createInstance()](./codeParser.html#createinstance) | Creates a `CodeParser` instance. |
47+
| [destroyContext()](./codeParser.html#destroycontext) | Destroys the `CodeParser` instance in WASM. |
4848

4949
### Set Code Format
5050

5151
| API Name | Description |
5252
|---|---|
53-
| [setCodeFormat()](./codeParser.md#setcodeformat) | Sets input code's format. |
53+
| [setCodeFormat()](./codeParser.html#setcodeformat) | Sets input code's format. |
5454

5555
### Parse Code Data
5656

5757
| API Name | Description |
5858
|---|---|
59-
| [parseData()](./codeParser.md#parsedata) | Parses code data for readable results. |
59+
| [parseData()](./codeParser.html#parsedata) | Parses code data for readable results. |
6060

6161
<!--
6262
6363
### Set Encryption Key
6464
6565
| API Name | Description |
6666
|---|---|
67-
| [setCryptoPublicKey()](CodeParser.md#setcryptopublickey) | Set a public key if code parsing needs. |
68-
| [setCertificate()](CodeParser.md#setcertificate) | Set a certificate if code parsing needs. |
67+
| [setCryptoPublicKey()](CodeParser.html#setcryptopublickey) | Set a public key if code parsing needs. |
68+
| [setCertificate()](CodeParser.html#setcertificate) | Set a certificate if code parsing needs. |
6969
7070
-->
7171

@@ -75,12 +75,12 @@ In order to make the code more predictable and readable, the library defines a s
7575

7676
### Interfaces
7777

78-
* [CodeParserException](./interface/CodeParserException.md)
79-
* [BasicPersonalInfo](./interface/BasicPersonalInfo.md)
80-
* [ParseResult](./interface/ParseResult.md)
78+
* [CodeParserException](./interface/CodeParserException.html)
79+
* [BasicPersonalInfo](./interface/BasicPersonalInfo.html)
80+
* [ParseResult](./interface/ParseResult.html)
8181

8282
### Enums
8383

84-
* [EnumErrorCode](./enum/EnumErrorCode.md)
85-
* [EnumCodeFormat](./enum/EnumCodeFormat.md)
86-
* [EnumResultInfoType](./enum/EnumResultInfoType.md)
84+
* [EnumErrorCode](./enum/EnumErrorCode.html)
85+
* [EnumCodeFormat](./enum/EnumCodeFormat.html)
86+
* [EnumResultInfoType](./enum/EnumResultInfoType.html)

0 commit comments

Comments
 (0)