Skip to content

Commit 9e81a93

Browse files
update to internal commit 9ea34a72
1 parent f7d2a32 commit 9e81a93

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_layouts/search-page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<a class="textUpperCase" href="https://www.dynamsoft.com/code-parser/use-cases/">Use Cases</a>
134134
</li>
135135
</ul>
136-
<a href="https://www.dynamsoft.com/code-parser/downloads/" class="downloadBtn fr textUpperCase">Download Free Trial</a>
136+
<a href="https://www.dynamsoft.com/customer/download" class="downloadBtn fr textUpperCase">Download Free Trial</a>
137137
</div>
138138
</div>
139139
</div>
@@ -163,7 +163,7 @@
163163
<a class="textUpperCase" href="https://www.dynamsoft.com/code-parser/use-cases/">Use Cases</a>
164164
</li>
165165
<li class="item">
166-
<a class="orangeLink textUpperCase" href="https://www.dynamsoft.com/code-parser/downloads/">Download Free Trial</a>
166+
<a class="orangeLink textUpperCase" href="https://www.dynamsoft.com/customer/download">Download Free Trial</a>
167167
</li>
168168
</ul>
169169
</div>

programming/cplusplus/user-guide/getting-started-v2.0.10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this guide, you will learn step by step on how to build a code parsing applic
2727
2828
## Installation
2929

30-
If you haven't downloaded the SDK yet, download the `C/C++ Package` now from <a href="https://www.dynamsoft.com/code-parser/downloads/?utm_source=docs" target="_blank">Dynamsoft website</a> and unpack the package into the directory of your choice.
30+
If you haven't downloaded the SDK yet, download the `C/C++ Package` now from <a href="https://www.dynamsoft.com/customer/download?utm_source=docs" target="_blank">Dynamsoft website</a> and unpack the package into the directory of your choice.
3131
>For this tutorial, we unpack it to `[INSTALLATION FOLDER]`, change it to your unpacking path for the following content.
3232
3333
## Build Your First Application

programming/cplusplus/user-guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this guide, you will learn step by step on how to build a code parsing applic
2727
2828
## Installation
2929

30-
If you haven't downloaded the SDK yet, download the `C/C++ Package` now from <a href="https://www.dynamsoft.com/code-parser/downloads/?utm_source=docs" target="_blank">Dynamsoft website</a> and unpack the package into the directory of your choice.
30+
If you haven't downloaded the SDK yet, download the `C/C++ Package` now from <a href="https://www.dynamsoft.com/customer/download?utm_source=docs" target="_blank">Dynamsoft website</a> and unpack the package into the directory of your choice.
3131
>For this tutorial, we unpack it to `[INSTALLATION FOLDER]`, change it to your unpacking path for the following content.
3232
3333
## Build Your First Application

0 commit comments

Comments
 (0)