From 1c6faa51e31b192613e8c33c4d2f522746a33261 Mon Sep 17 00:00:00 2001 From: kor Date: Mon, 15 Jul 2024 11:39:43 +0200 Subject: [PATCH] =?UTF-8?q?Change=20=E2=80=9CWOT-terms=E2=80=9D=20to=20?= =?UTF-8?q?=E2=80=9Ckeridoc=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clientModules/fetchCommitHash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientModules/fetchCommitHash.js b/clientModules/fetchCommitHash.js index 6f7dec62..3035a57f 100644 --- a/clientModules/fetchCommitHash.js +++ b/clientModules/fetchCommitHash.js @@ -27,7 +27,7 @@ const fetchCommitHash = () => { } const owner = 'WebOfTrust'; - const repo = 'WOT-terms'; + const repo = 'keridoc'; const pathName = window.location.pathname; let filePath = pathName.substring(pathName.indexOf('/', 1) + 1) + ".md";