From 2fb452c119e9cb4706a1ecf708295db9b77b4b7e Mon Sep 17 00:00:00 2001 From: Sukka Date: Mon, 16 May 2022 16:04:41 +0800 Subject: [PATCH] chore: replace `git.io` links (#1724) * chore: replace `git.io` links * Update src/common/utils.js Co-authored-by: Rick Staa Co-authored-by: Rick Staa --- src/common/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/utils.js b/src/common/utils.js index 92d8f45..2ad18dd 100644 --- a/src/common/utils.js +++ b/src/common/utils.js @@ -18,7 +18,7 @@ const renderError = (message, secondaryMessage = "") => { .gray { fill: #858585 } - Something went wrong! file an issue at https://git.io/JJmN9 + Something went wrong! file an issue at https://tiny.one/readme-stats ${encodeHTML(message)} ${secondaryMessage}