Skip to content

Commit 8d96c76

Browse files
authored
Merge pull request #97 from Dynamsoft/_dev
master -> main
2 parents 4f0daba + f3b0e98 commit 8d96c76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<p>Once integrated, your users can open your website in a browser, access their cameras and read barcodes directly from the video input.</p>
4949
<p>In this guide, you will learn step by step on how to integrate this library into your website.</p>
5050
<blockquote>
51-
<p>For back-end barcode reading with Node.js, see <a href="https://github.com/Dynamsoft/javascript-barcode/blob/master/README.NODE.md">Dynamsoft Barcode Reader for Node</a>.</p>
51+
<p>For back-end barcode reading with Node.js, see <a href="https://github.com/Dynamsoft/javascript-barcode/blob/main/README.NODE.md">Dynamsoft Barcode Reader for Node</a>.</p>
5252
</blockquote>
5353
<p><strong>Table of Contents</strong></p>
5454
<ul>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Once integrated, your users can open your website in a browser, access their cam
1313

1414
In this guide, you will learn step by step on how to integrate this library into your website.
1515

16-
> For back-end barcode reading with Node.js, see [Dynamsoft Barcode Reader for Node](https://github.com/Dynamsoft/javascript-barcode/blob/master/README.NODE.md).
16+
> For back-end barcode reading with Node.js, see [Dynamsoft Barcode Reader for Node](https://github.com/Dynamsoft/javascript-barcode/blob/main/README.NODE.md).
1717
1818
**Table of Contents**
1919

@@ -78,7 +78,7 @@ The complete code of the "Hello World" example is shown below
7878
</html>
7979
```
8080

81-
> You can also find the code (with more comments) [on GitHub](https://github.com/Dynamsoft/dbr-browser-samples/blob/main/1.hello-world/1.minimum-code.html).
81+
> You can also find the code (with more comments) [on GitHub](https://github.com/Dynamsoft/dbr-browser-samples/blob/master/1.hello-world/1.minimum-code.html).
8282
8383
*About the code*
8484

0 commit comments

Comments
 (0)