From 0b59e2d7f7b3f29875474759b9bbc15a9495eac4 Mon Sep 17 00:00:00 2001 From: ruffCode Date: Mon, 15 Jun 2020 17:20:56 -0400 Subject: [PATCH] fixed broken link fixes https://github.com/webgems/webgems/issues/219 --- resources/css.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css.json b/resources/css.json index c1a86ea..d23d860 100644 --- a/resources/css.json +++ b/resources/css.json @@ -35,7 +35,7 @@ { "title": "30 Seconds of Code", "desc": "A curated collection of useful CSS snippets you can understand in 30 seconds or less.", - "url": "https://30-seconds.github.io/30-seconds-of-css/", + "url": "https://www.30secondsofcode.org/css/", "tags": ["tips", "tricks", "collection"] }, { @@ -141,4 +141,4 @@ "tags": ["interactive", "visual", "shapes"] } ] -} \ No newline at end of file +}