From 7e32743d0dba604edbe115ac94eedb96f85a7313 Mon Sep 17 00:00:00 2001
From: Cube <877211593@qq.com>
Date: Thu, 12 Oct 2023 16:41:13 +0800
Subject: [PATCH] fix link
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index b18007fe..6fceda95 100644
--- a/index.html
+++ b/index.html
@@ -363,7 +363,7 @@
Barcode Reader Samples
var onlineGuidePath = "";
switch (sampleName) {
case "angular":
- localPath = "1.hello-world/3.read-video-angular/dist/hello-world/";
+ localPath = "1.hello-world/3.read-video-angular/dist/read-video-angular/";
onlineGuidePath = "https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/1.hello-world/3.read-video-angular#readme";
break;
case "react":