Skip to content

Commit 7fb445a

Browse files
authored
Merge pull request #3 from dynamsoft-docs/preview
Preview
2 parents 4908561 + 37e2966 commit 7fb445a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

_includes/sidelist-programming/programming-js.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<li class="category">DEVELOPMENT</li>
2+
<!--
23
<li>
34
<a style="cursor:pointer;color:#3c3c3c" href="{{ site.js }}user-guide/index.html">User Guide</a>
45
</li>
6+
-->
57
<li>
68
<a href="{{ site.js_api }}index.html" class="otherLinkColour">API Reference</a>
79
<ul>
@@ -53,10 +55,10 @@
5355
<!--
5456
<li ><a href="{{ site.js_api }}utility/directory-fetcher.html" class="otherLinkColour">DirectoryFetcher</a></li>
5557
<li ><a href="{{ site.js_api }}utility/proactive-image-source-adapter.html" class="otherLinkColour">ProactiveImageSourceAdapter</a></li>
56-
-->
5758
</li>
5859
<li>
5960
<a href="{{ site.js_api }}core/intermediate-results/intermediate-result-manager.html" class="otherLinkColour">IntermediateResultManager</a>
61+
-->
6062
</li>
6163
<li>
6264
<a href="{{ site.js_api }}core/basic-structures/captured-result-receiver.html" class="otherLinkColour">CapturedResultReceiver</a>

programming/javascript/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For DCV, no matter which platform or language it is implemented in, a specific t
3131

3232
### Get started
3333

34-
The best way to get started with Dynamsoft Capture Vision JavaScript Edition is to follow the [User Guide](user-guide/index.md) to build your first barcode reading application.
34+
The best way to get started with Dynamsoft Capture Vision JavaScript Edition is to follow the [User Guide](https://dynamsoft.com/document-normalizer/docs/web/programming/javascript/user-guide/index.html) to build your own application.
3535

3636
### Check APIs
3737

@@ -49,7 +49,7 @@ Obviously, the difference in the use of DCV in different applications lies in th
4949

5050
## Assumptions
5151

52-
These documents assume you are already familiar with the [Architecture of Dynamsoft Capture Visio](https://www.dynamsoft.com/capture-vision/docs/core/architecture/) and the technologies [HTML](https://developer.mozilla.org/docs/Learn/HTML/Introduction_to_HTML), [CSS](https://developer.mozilla.org/docs/Learn/CSS/First_steps), and [JavaScript](https://developer.mozilla.org/docs/Web/JavaScript/A_re-introduction_to_JavaScript).
52+
These documents assume you are already familiar with the [Architecture of Dynamsoft Capture Vision](https://www.dynamsoft.com/capture-vision/docs/core/architecture/) and the technologies [HTML](https://developer.mozilla.org/docs/Learn/HTML/Introduction_to_HTML), [CSS](https://developer.mozilla.org/docs/Learn/CSS/First_steps), and [JavaScript](https://developer.mozilla.org/docs/Web/JavaScript/A_re-introduction_to_JavaScript).
5353

5454
## Contact Us
5555

0 commit comments

Comments
 (0)