From 2cfe2abde60a9f76e41f059406ee9cecc9b6b3f6 Mon Sep 17 00:00:00 2001 From: minhaz Date: Sun, 20 Jun 2021 16:05:54 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 601ee17..20e11fa 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Code scanning is dependent on [Zxing-js](https://github.com/zxing-js/library) li | RSS_EXPANDED*| | > *Formats are not supported by our experimental integration with native -> BarcodeDetector API integration ([Read more](blob/master/experimental.md)). +> BarcodeDetector API integration ([Read more](/experimental.md)). ## Description - [View Demo](https://blog.minhazav.dev/research/html5-qrcode.html) @@ -643,7 +643,7 @@ The library now supports some experimental features which are supported in the library but not recommended for production usage either due to limited testing done or limited compatibility for underlying APIs used. Read more about it [here](blob/master/experimental.md). Some of the experimental features include: -- [Support for BarcodeDetector javascript API](blob/master/experimental.md) +- [Support for BarcodeDetector javascript API](/experimental.md) ## How to modify and build 1. Code changes should only be made to [/src](./src) only. From e4bb47804a8975c901a9c8ebbdd39a1065301e2c Mon Sep 17 00:00:00 2001 From: minhaz Date: Sun, 20 Jun 2021 16:06:26 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20e11fa..e7b38b9 100644 --- a/README.md +++ b/README.md @@ -641,7 +641,7 @@ html5QrcodeScanner.render(onScanSuccess); ## Experimental features The library now supports some experimental features which are supported in the library but not recommended for production usage either due to limited testing -done or limited compatibility for underlying APIs used. Read more about it [here](blob/master/experimental.md). +done or limited compatibility for underlying APIs used. Read more about it [here](/experimental.md). Some of the experimental features include: - [Support for BarcodeDetector javascript API](/experimental.md)