Skip to content

Commit b4f2df0

Browse files
committed
fix canonical URL
1 parent ace3760 commit b4f2df0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

foundational-api-samples/use-case/fill-a-form-with-barcode-reading.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
77
<meta name="description" content="Read barcodes and fill form fields using barcode with Dynamsoft Barcode Reader. Get quick and accurate results in no time." />
88
<meta name="keywords" content="fill form fields using barcodes" />
9-
<link rel="canonical" href="https://demo.dynamsoft.com/samples/DBR/JS/use-case/fill-a-form-with-barcode-reading.html" />
9+
<link rel="canonical" href="https://demo.dynamsoft.com/samples/DBR/JS/foundational-api-samples/use-case/fill-a-form-with-barcode-reading.html" />
1010
<title>Dynamsoft Barcode Reader Sample - Fill Forms with Dynamsoft Barcode Reader</title>
1111
<style>
1212
body {

foundational-api-samples/use-case/read-and-parse-GS1-AI/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
77
<meta name="description" content="Instantly Read GS1-AI barcodes and Parse It with Dynamsoft Barcode Reader." />
88
<meta name="keywords" content="read GS1 AI barcode" />
9-
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/use-case/read-and-parse-GS1-AI/index.html" />
9+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/use-case/read-and-parse-GS1-AI/index.html" />
1010
<link rel="stylesheet" href="./index.css">
1111
<title>Dynamsoft Barcode Reader Sample - Read a GS1-AI</title>
1212
</head>

foundational-api-samples/use-case/show-result-texts-on-the-video.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<meta name="description" content="Read barcodes from camera with Dynamsoft Barcode Reader and display result texts as overlays on video." />
88
<meta name="keywords" content="read barcode from camera, overlay" />
9-
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/use-case/show-result-texts-on-the-video.html" />
9+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/use-case/show-result-texts-on-the-video.html" />
1010
<title>Dynamsoft Barcode Reader Sample - Display Barcode Results as Video Overlays</title>
1111
<style>
1212
.bubble-box-container {

0 commit comments

Comments
 (0)