From 22e81f974c58b817778bcef76fe672c349b73afc Mon Sep 17 00:00:00 2001 From: Ken Lui <116421546+kenlhlui@users.noreply.github.com> Date: Fri, 17 Mar 2023 21:34:27 -0400 Subject: [PATCH] Fixed isodate link (#541) 1. Fixed isodate link to a correct link --- data/links.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/links.json b/data/links.json index f1a5f1c..3ee79a1 100644 --- a/data/links.json +++ b/data/links.json @@ -6,8 +6,8 @@ "shields": "https://shields.io/", "thechangelog": "https://changelog.com/podcast/127", "vandamme": "https://github.com/tech-angels/vandamme/", - "isodate": "https://www.iso.org/iso-8601-date-and-time-format.html)", + "isodate": "https://www.iso.org/iso-8601-date-and-time-format.html", "github_releases": "https://docs.github.com/en/github/administering-a-repository/releasing-projects-on-github/managing-releases-in-a-repository", "gnustyle": "https://www.gnu.org/prep/standards/html_node/Style-of-Change-Logs.html#Style-of-Change-Logs", "gnunews": "https://www.gnu.org/prep/standards/html_node/NEWS-File.html#NEWS-File" -} \ No newline at end of file +}