Skip to content

Commit a2d7fed

Browse files
committed
fix: break link
1 parent 4a0c896 commit a2d7fed

File tree

24 files changed

+33
-33
lines changed

24 files changed

+33
-33
lines changed

foundational-api-samples/hello-world/angular/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this guide, we will be using [`dynamsoft-barcode-reader-bundle 10.5.3000`](ht
1212
1313
## Official sample
1414

15-
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/hello-world/angular">Hello World in Angular - Source Code</a>
15+
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/foundational-api-samples/hello-world/angular">Hello World in Angular - Source Code</a>
1616

1717
## Preparation
1818
Make sure you have [node](https://nodejs.org/) and [Angular CLI](https://cli.angular.io/) installed.

foundational-api-samples/hello-world/angular/src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta name="keywords" content="barcodes, camera, images, angular" />
1414
<link
1515
rel="canonical"
16-
href="https://demo.dynamsoft.com/Samples/DBR/JS/hello-world/angular/dist/dbrjs-sample-angular/browser/"
16+
href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/angular/dist/dbrjs-sample-angular/browser/"
1717
/>
1818
</head>
1919
<body>

foundational-api-samples/hello-world/blazor/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this guide, we will be using [`dynamsoft-barcode-reader-bundle 10.5.3000`](ht
1212
1313
## Official Sample
1414

15-
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/hello-world/blazor">Hello World in Blazor - Source Code</a>
15+
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/foundational-api-samples/hello-world/blazor">Hello World in Blazor - Source Code</a>
1616

1717
## Preparation
1818

foundational-api-samples/hello-world/electron/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this guide, we will be using [`dynamsoft-barcode-reader-bundle 10.5.3000`](ht
1212
1313
## Official Sample
1414

15-
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/hello-world/electron">Hello World in Electron - Source Code</a>
15+
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/foundational-api-samples/hello-world/electron">Hello World in Electron - Source Code</a>
1616

1717
## Preparation
1818

foundational-api-samples/hello-world/es6.html

+1-1
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/hello-world/es6.html" />
8+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/es6.html" />
99
<title>Dynamsoft Barcode Reader Sample - Hello World for ES6 (Decode via Camera)</title>
1010
</head>
1111

foundational-api-samples/hello-world/hello-world.html

+1-1
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/hello-world/hello-world.html" />
9+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/hello-world.html" />
1010
<title>Dynamsoft Barcode Reader Sample - Hello World (Decode via Camera)</title>
1111
</head>
1212

foundational-api-samples/hello-world/native-ts/index.html

+1-1
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/hello-world/hello-world.html" />
9+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/hello-world.html" />
1010
<title>Dynamsoft Barcode Reader Sample - Hello World (Decode via Camera)</title>
1111
</head>
1212

foundational-api-samples/hello-world/next/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this guide, we will be using [`dynamsoft-barcode-reader-bundle 10.5.3000`](ht
1212
1313
## Official Sample
1414

15-
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/hello-world/next">Hello World in Next.js - Source Code</a>
15+
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/foundational-api-samples/hello-world/next">Hello World in Next.js - Source Code</a>
1616

1717
## Preparation
1818

foundational-api-samples/hello-world/nuxt/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this guide, we will be using [`dynamsoft-barcode-reader-bundle 10.5.3000`](ht
1212
1313
## Official Sample
1414

15-
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/hello-world/nuxt">Hello World in Nuxt - Source Code</a>
15+
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/foundational-api-samples/hello-world/nuxt">Hello World in Nuxt - Source Code</a>
1616

1717
## Preparation
1818

foundational-api-samples/hello-world/pwa/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ In this guide, we will be using [`dynamsoft-barcode-reader-bundle 10.5.3000](htt
1212
1313
## Official Sample
1414

15-
* <a target = "_blank" href="https://demo.dynamsoft.com/Samples/DBR/JS/hello-world/pwa/helloworld-pwa.html">Hello World in PWA - Demo</a>
16-
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/hello-world/pwa">Hello World in PWA - Source Code</a>
15+
* <a target = "_blank" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/pwa/helloworld-pwa.html">Hello World in PWA - Demo</a>
16+
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/foundational-api-samples/hello-world/pwa">Hello World in PWA - Source Code</a>
1717

1818
## Preparation
1919

foundational-api-samples/hello-world/pwa/helloworld-pwa.html

+1-1
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/hello-world/pwa/helloworld-pwa.html" />
9+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/pwa/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" />

foundational-api-samples/hello-world/react-hooks/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this guide, we will be using [`dynamsoft-barcode-reader-bundle 10.5.3000](htt
1212
1313
## Official Sample
1414

15-
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/hello-world/react-hooks">Hello World in React with Hooks - Source Code</a>
15+
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/foundational-api-samples/hello-world/react-hooks">Hello World in React with Hooks - Source Code</a>
1616

1717
## Preparation
1818

foundational-api-samples/hello-world/react-hooks/public/index.html

+1-1
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/hello-world/react-hooks/build/" />
13+
<link rel="canonical" href="https://demo.dynamsoft.com/samples/DBR/JS/foundational-api-samples/hello-world/react-hooks/build/" />
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

foundational-api-samples/hello-world/react/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this guide, we will be using [`dynamsoft-barcode-reader-bundle 10.5.3000](htt
1212
1313
## Official Sample
1414

15-
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/hello-world/react">Hello World in React - Source Code</a>
15+
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/foundational-api-samples/hello-world/react">Hello World in React - Source Code</a>
1616

1717
## Preparation
1818

foundational-api-samples/hello-world/react/public/index.html

+1-1
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/hello-world/react/build/" />
13+
<link rel="canonical" href="https://demo.dynamsoft.com/samples/DBR/JS/foundational-api-samples/hello-world/react/build/" />
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

foundational-api-samples/hello-world/read-an-image.html

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

foundational-api-samples/hello-world/requirejs.html

+1-1
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/hello-world/requirejs.html" />
8+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/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>

foundational-api-samples/hello-world/svelte/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this guide, we will be using [`dynamsoft-barcode-reader-bundle 10.5.3000](htt
1212
1313
## Official Sample
1414

15-
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/hello-world/svelte">Hello World for Vite + Svelte + TS - Source Code</a>
15+
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/foundational-api-samples/hello-world/svelte">Hello World for Vite + Svelte + TS - Source Code</a>
1616

1717
## Preparation
1818

foundational-api-samples/hello-world/vue/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this guide, we will be using [`dynamsoft-barcode-reader-bundle 10.5.3000](htt
1212
1313
## Official Sample
1414

15-
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/hello-world/vue3">Hello World in Vue 3 - Source Code</a>
15+
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/foundational-api-samples/hello-world/vue3">Hello World in Vue 3 - Source Code</a>
1616

1717
## Preparation
1818

foundational-api-samples/hello-world/vue/index.html

+1-1
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/hello-world/vue/dist/" />
12+
<link rel="canonical" href="https://demo.dynamsoft.com/samples/DBR/JS/foundational-api-samples/hello-world/vue/dist/" />
1313
<title>Hello World for Vue 3 - Dynamsoft Barcode Reader Sample</title>
1414
</head>
1515
<body>

foundational-api-samples/hello-world/webview/android/app/src/main/assets/decodeBarcodeInVideo.html

+1-1
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/hello-world/hello-world.html" />
8+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/hello-world.html" />
99
<title>Dynamsoft Barcode Reader Sample - Hello World (Decoding via Camera)</title>
1010
</head>
1111

foundational-api-samples/hello-world/webview/ios/dbrjswebview/html/decodeFileInVideo.html

+1-1
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/hello-world/hello-world.html" />
8+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/hello-world.html" />
99
<title>Dynamsoft Barcode Reader Sample - Hello World (Decoding via Camera)</title>
1010
</head>
1111

foundational-api-samples/others/debug/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This sample is designed to:
66
2. Check if your device and browser are compatible with the camera and to what extent.
77
3. Collect video frames for analysis. (Require to host the sample locally)
88

9-
You can directly debug 1 and 2 in this link: [https://demo.dynamsoft.com/Samples/DBR/JS/others/debug/public/index.html](https://demo.dynamsoft.com/Samples/DBR/JS/others/debug/public/index.html)
9+
You can directly debug 1 and 2 in this link: [https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/others/debug/public/index.html](https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/others/debug/public/index.html)
1010

1111
Item 3 we will introduce in detail.
1212

@@ -20,7 +20,7 @@ The following shows how to host the sample and collect frames.
2020

2121
The sample can be downloaded from
2222

23-
<a target_="blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/others/debug" alt="Debug Sample on GitHub">Debug Sample on GitHub</a>
23+
<a target_="blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/foundational-api-samples/others/debug" alt="Debug Sample on GitHub">Debug Sample on GitHub</a>
2424

2525
Note that the entire folder is required. To download only the files in this folder, try using "https://downgit.github.io/#/home".
2626

foundational-api-samples/use-case/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ It's difficult to type long text on mobile devices, but if that text is encoded
44

55
The following sample demonstrates how to utilize the SDK to fill out form fields.
66

7-
* <a target = "_blank" href="https://demo.dynamsoft.com/Samples/DBR/JS/use-case/fill-a-form-with-barcode-reading.html">Read Barcodes and Fill Form Fields - Demo</a>
8-
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/use-case/fill-a-form-with-barcode-reading.html">Read Barcodes and Fill Form Fields - Source Code</a>
7+
* <a target = "_blank" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/use-case/fill-a-form-with-barcode-reading.html">Read Barcodes and Fill Form Fields - Demo</a>
8+
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/foundational-api-samples/use-case/fill-a-form-with-barcode-reading.html">Read Barcodes and Fill Form Fields - Source Code</a>
99

1010
## Read the PDF417 Barcode on the Driver's License
1111

1212
The PDF417 barcode on an AAMVA-compatible driver's license contains information encoded following the DL/ID Card Design Standard. Together with a simple parse function, we can use the SDK to read and extract the information.
1313

1414
The following official sample shows how to use the SDK to read and extract driver's license information.
1515

16-
* <a target = "_blank" href="https://demo.dynamsoft.com/Samples/DBR/JS/use-case/read-a-drivers-license/index.html">Read the PDF417 Barcode on the Driver&apos;s License - Demo</a>
17-
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/use-case/read-a-drivers-license/index.html">Read the PDF417 Barcode on the Driver&apos;s License - Source Code</a>
16+
* <a target = "_blank" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/use-case/read-a-drivers-license/index.html">Read the PDF417 Barcode on the Driver&apos;s License - Demo</a>
17+
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/foundational-api-samples/use-case/read-a-drivers-license/index.html">Read the PDF417 Barcode on the Driver&apos;s License - Source Code</a>
1818

1919
Also, see [Driver's License Scanner SDK for Mobile and Web](https://www.dynamsoft.com/use-cases/driver-license/).
2020

@@ -24,8 +24,8 @@ When the SDK picks up a barcode in a video stream, it will automatically highlig
2424

2525
The following official sample shows how to show the result texts on the video.
2626

27-
* <a target = "_blank" href="https://demo.dynamsoft.com/Samples/DBR/JS/use-case/show-result-texts-on-the-video.html">Read barcodes via camera and show result texts on the video - Demo</a>
28-
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/use-case/show-result-texts-on-the-video.html">Read barcodes via camera and show result texts on the video - Source Code</a>
27+
* <a target = "_blank" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/use-case/show-result-texts-on-the-video.html">Read barcodes via camera and show result texts on the video - Demo</a>
28+
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/foundational-api-samples/use-case/show-result-texts-on-the-video.html">Read barcodes via camera and show result texts on the video - Source Code</a>
2929

3030
## Locate an Item via Barcode
3131

@@ -35,8 +35,8 @@ The following sample demonstrates how to utilize the SDK to find an item using a
3535

3636
Additionally, this sample demonstrates how to utilize the SDK to fill out form fields, creating a custom UI with [Dynamsoft Camera Enhancer (DCE)](https://www.dynamsoft.com/camera-enhancer/docs/core/introduction/index.html), and using DCE to draw shapes/images on the CameraView to create indicators for each barcode that has been detected!
3737

38-
* <a target = "_blank" href="https://demo.dynamsoft.com/Samples/DBR/JS/use-case/locate-an-item-with-barcode/index.html">Locate an Item with Barcode - Demo</a>
39-
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/use-case/locate-an-item-with-barcode/index.html">Locate an Item with Barcode - Source Code</a>
38+
* <a target = "_blank" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/use-case/locate-an-item-with-barcode/index.html">Locate an Item with Barcode - Demo</a>
39+
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/foundational-api-samples/use-case/locate-an-item-with-barcode/index.html">Locate an Item with Barcode - Source Code</a>
4040

4141

4242
## Support

0 commit comments

Comments
 (0)