Skip to content

Commit 49ff328

Browse files
Merge pull request #380 from dynamsoft-docs/preview
Fixing wrong links
2 parents 68b2fcd + 85afe2f commit 49ff328

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

_data/product_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ useGroupedVersion: true
22

33
version_info_list_mobile:
44
- value: latest version
5-
- value: 10.x
5+
- value: 10.x_android_ios_maui
66
- value: 9.x or older_android_ios

programming/flutter/api-reference/barcode-scanner/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The BarcodeScanner class is built on top of the Capture Vision Foundational API
2626
[`BarcodeScanner`](barcode-scanner.md) is the main class of the Ready-to-Use edition of the library and contains the API needed to implement the barcode scanning functionality. Please visit the BarcodeScanner Class page to learn about how this class operates.
2727

2828
> [!TIP]
29-
> To learn how to implement the Barcode Reader using the BarcodeScanner API, please read through the [Barcode Reader Integration Guide (Ready-To-Use Edition)](../user-guide.md).
29+
> To learn how to implement the Barcode Reader using the BarcodeScanner API, please read through the [Barcode Reader Integration Guide (Ready-To-Use Edition)](../../user-guide.md).
3030
3131
### BarcodeScannerConfig
3232

@@ -37,5 +37,4 @@ The BarcodeScanner class is built on top of the Capture Vision Foundational API
3737
3838
### BarcodeScanResult
3939

40-
[`BarcodeScanResult`](barcode-scan-result.md) is a result class that contains all the decoded barcodes and their associated info. This class is dependent on the [`BarcodeResultItem`](../capture-vision-router/barcode-result-item.md) class which is part of the Capture Vision Foundational API.
41-
40+
[`BarcodeScanResult`](barcode-scan-result.md) is a result class that contains all the decoded barcodes and their associated info. This class is dependent on the [`BarcodeResultItem`](../barcode-reader/barcode-result-item.md) class which is part of the Capture Vision Foundational API.

programming/flutter/samples/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ All of the samples that have been created for the Dynamsoft Barcode Reader Flutt
1515

1616
### ScanBarcodes_FoundationalAPI
1717

18-
This is a sample that demonstrates the simplest implementation of the Barcode Reader to allow for barcode decoding via the camera using the [Capture Vision Foundational API](../api-reference/capture-vision-router/capture-vision-router.md).
18+
This is a sample that demonstrates the simplest implementation of the Barcode Reader to allow for barcode decoding via the camera using the [Foundational API]({{ site.dbr_flutter_api }}).
1919

2020
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-flutter-samples/tree/main/ScanBarcodes_FoundationalAPI){:target="_blank"}
2121

0 commit comments

Comments
 (0)