From 0a3fa7081eaa13b1b426cb46330d86c8974f7da0 Mon Sep 17 00:00:00 2001 From: makaveli10 Date: Fri, 26 May 2023 12:38:30 +0800 Subject: [PATCH] update repo link for review/star --- Audio-Transcription/complete.html | 2 +- Audio-Transcription/complete.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Audio-Transcription/complete.html b/Audio-Transcription/complete.html index cfebb23..676b19f 100644 --- a/Audio-Transcription/complete.html +++ b/Audio-Transcription/complete.html @@ -19,6 +19,6 @@
Save Capture
Close
-
Thank you for using the extension! Please go
here
to leave a review!
+
Thank you for using the extension! Please go
here
to leave a star!
diff --git a/Audio-Transcription/complete.js b/Audio-Transcription/complete.js index 5720357..208a7bf 100644 --- a/Audio-Transcription/complete.js +++ b/Audio-Transcription/complete.js @@ -49,7 +49,7 @@ document.addEventListener('DOMContentLoaded', () => { } }); review.onclick = () => { - chrome.tabs.create({url: "https://chrome.google.com/webstore/detail/chrome-audio-capture/kfokdmfpdnokpmpbjhjbcabgligoelgp/reviews"}); + chrome.tabs.create({url: "https://github.com/collabora/whisper-live"}); }