Skip to content

Commit

Permalink
Fix links in badges
Browse files Browse the repository at this point in the history
PR-URL: #161
  • Loading branch information
tshemsedinov committed Jan 29, 2024
1 parent 616cbc4 commit 03ca308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/src/check.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`;
Expand Down

0 comments on commit 03ca308

Please sign in to comment.