Skip to content

Commit f34eb51

Browse files
fix: update canonical links in HTML files for accurate routing
1 parent 4c0574c commit f34eb51

12 files changed

Lines changed: 12 additions & 15 deletions

File tree

frameworks/angular/scan-using-foundational-api/src/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
content="Dynamsoft Barcode Reader in an Angular Application, helps read barcodes from camera or images."
1212
/>
1313
<meta name="keywords" content="barcodes, camera, images, angular" />
14-
<link
15-
rel="canonical"
16-
href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/angular/dist/dbrjs-sample-angular/browser/"
17-
/>
14+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/frameworks/angular/scan-using-foundational-api/" />
1815
</head>
1916
<body>
2017
<app-root></app-root>

frameworks/es6/scan-using-foundational-api/es6.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
66
<meta name="description" content="Quickly read barcodes with Dynamsoft Barcode Reader from a live camera stream." />
77
<meta name="keywords" content="barcode, camera, es6" />
8-
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/es6.html" />
8+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/frameworks/es6/scan-using-foundational-api/es6.html" />
99
<title>Dynamsoft Barcode Reader Sample - Hello World for ES6 (Decode via Camera)</title>
1010
</head>
1111

frameworks/native-ts/scan-using-foundational-api/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="Quickly read barcodes with Dynamsoft Barcode Reader from a live camera stream." />
88
<meta name="keywords" content="barcode, camera" />
9-
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/hello-world.html" />
9+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/frameworks/native-ts/scan-using-foundational-api/index.html" />
1010
<title>Dynamsoft Barcode Reader Sample - Hello World (Decode via Camera)</title>
1111
</head>
1212

frameworks/pwa/scan-using-foundational-api/helloworld-pwa.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="description" content="Read barcodes from camera with Dynamsoft Barcode Reader in a PWA application." />
77
<meta name="keywords" content="barcode, camera, PWA" />
88
<title>Dynamsoft Barcode Reader PWA Sample - Hello World (Decode via Camera)</title>
9-
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/pwa/helloworld-pwa.html" />
9+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/frameworks/pwa/scan-using-foundational-api/helloworld-pwa.html" />
1010
<link rel="manifest" href="./helloworld-pwa.json" />
1111
<meta name="theme-color" content="#B12A34" />
1212
<meta name="mobile-web-app-capable" content="yes" />

frameworks/react/scan-using-foundational-api/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
content="Dynamsoft Barcode Reader in a React Application, helps read barcodes from camera or images."
1111
/>
1212
<meta name="keywords" content="barcodes, camera, images, React" />
13-
<link rel="canonical" href="https://demo.dynamsoft.com/samples/DBR/JS/foundational-api-samples/hello-world/react-hooks/build/" />
13+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/frameworks/react/scan-using-foundational-api/" />
1414
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1515
<!--
1616
manifest.json provides metadata used when your web app is installed on a

frameworks/requirejs/scan-using-foundational-api/requirejs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
66
<meta name="description" content="Quickly read barcodes with Dynamsoft Barcode Reader from a live camera stream." />
77
<meta name="keywords" content="barcode, camera, RequireJS" />
8-
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/requirejs.html" />
8+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/frameworks/requirejs/scan-using-foundational-api/requirejs.html" />
99
<title>Dynamsoft Barcode Reader Sample - Hello World for RequireJS (Decode via Camera)</title>
1010
<script src="https://cdn.jsdelivr.net/npm/requirejs@2.3.6/require.js"></script>
1111
</head>

frameworks/vue/scan-using-foundational-api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
content="Dynamsoft Barcode Reader in a Vue 3 Application, helps read barcodes from camera or images."
1010
/>
1111
<meta name="keywords" content="barcodes, camera, images, vue, vue3" />
12-
<link rel="canonical" href="https://demo.dynamsoft.com/samples/DBR/JS/foundational-api-samples/hello-world/vue/dist/" />
12+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/frameworks/vue/scan-using-foundational-api/" />
1313
<title>Hello World for Vue 3 - Dynamsoft Barcode Reader Sample</title>
1414
</head>
1515
<body>

frameworks/webview/scan-using-foundational-api/android/app/src/main/assets/decodeBarcodeInVideo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no" />
66
<meta name="description" content="Quickly read barcodes with Dynamsoft Barcode Reader from a live camera stream." />
77
<meta name="keywords" content="camera based barcode reading" />
8-
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/hello-world.html" />
8+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/frameworks/webview/scan-using-foundational-api/android/app/src/main/assets/decodeBarcodeInVideo.html" />
99
<title>Dynamsoft Barcode Reader Sample - Hello World (Decoding via Camera)</title>
1010
</head>
1111

frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/html/decodeFileInVideo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no" />
66
<meta name="description" content="Quickly read barcodes with Dynamsoft Barcode Reader from a live camera stream." />
77
<meta name="keywords" content="camera based barcode reading" />
8-
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/hello-world.html" />
8+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/html/decodeFileInVideo.html" />
99
<title>Dynamsoft Barcode Reader Sample - Hello World (Decoding via Camera)</title>
1010
</head>
1111

read-an-image.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 an image with Dynamsoft Barcode Reader." />
88
<meta name="keywords" content="barcode, image" />
9-
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/read-an-image.html" />
9+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/read-an-image.html" />
1010
<title>Dynamsoft Barcode Reader Sample - Hello World (Read an Image)</title>
1111
</head>
1212

0 commit comments

Comments
 (0)