From 643ec5946564dcdc42cea0f5cab6e5774c24eb71 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Mon, 29 Jan 2024 04:17:51 +0200 Subject: [PATCH] Fix links in badges --- .github/src/check.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/src/check.js b/.github/src/check.js index a9c96ab5..5f833ef2 100644 --- a/.github/src/check.js +++ b/.github/src/check.js @@ -23,7 +23,7 @@ if (!REPO) { const OUT = cp.execSync('git config --get remote.origin.url').toString(); REPO = metautil.between(OUT, ':', '.'); } -const LINK = 'https://github.com/' + REPO + '/Profile/REPORT.md'; +const LINK = 'https://github.com/' + REPO + '/blob/main/Profile/REPORT.md'; const BASE = 'https://img.shields.io/badge/Self_Assessment'; const STYLE = `style=flat-square`;