mirror of
https://github.com/Lissy93/web-check.git
synced 2024-11-22 00:03:54 +01:00
fix: Fix 404 errors for github repository and license urls in the footer
This commit is contained in:
parent
c63adc6678
commit
7ee81a14e7
@ -1,6 +1,6 @@
|
||||
---
|
||||
const repo = 'github.com/lissy93/web-check';
|
||||
const github = `https://github.com/${repo}`;
|
||||
const github = `https://${repo}`;
|
||||
|
||||
const licenseText = 'MIT';
|
||||
const licenseLink = `${github}/blob/master/LICENSE`;
|
||||
|
Loading…
Reference in New Issue
Block a user