From b30e4e13acfcd5bc919e963ddd306cd4d9860ce9 Mon Sep 17 00:00:00 2001 From: Tom Knight-Markiegi Date: Wed, 31 May 2023 01:45:01 -0600 Subject: [PATCH] fixed links to GitHub repo (#561) --- data/links.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/links.json b/data/links.json index 3ee79a1..d80c23d 100644 --- a/data/links.json +++ b/data/links.json @@ -1,6 +1,6 @@ { "changelog": "https://github.com/olivierlacan/keep-a-changelog/blob/main/CHANGELOG.md", - "gh": "https://github.com/olivierlacan/keep-a-changelog", + "repo": "https://github.com/olivierlacan/keep-a-changelog", "issues": "https://github.com/olivierlacan/keep-a-changelog/issues", "semver": "https://semver.org/", "shields": "https://shields.io/",