From f0e3057ecc4124aa8d6e58738e5d074e6ba7916a Mon Sep 17 00:00:00 2001 From: mikwee Date: Thu, 14 Oct 2021 18:56:51 +0300 Subject: [PATCH] Changing terminology in roots.json --- src/roots.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/roots.json b/src/roots.json index 3ee2641..ecab48f 100644 --- a/src/roots.json +++ b/src/roots.json @@ -1,19 +1,19 @@ { "title": "mikwee's online presence", - "roots": [ + "links": [ { "type": "twitter", - "link": "https://twitter.com/toon_mikwee", + "url": "https://twitter.com/toon_mikwee", "text": "My Twitter Account" }, { "type": "twitter", - "link": "https://twitter.com/NCILCulture", + "url": "https://twitter.com/NCILCulture", "text": "No Context Israeli Culture" }, { "type": "reddit", - "link": "https://reddit.com/u/mikwee", + "url": "https://reddit.com/u/mikwee", "text": "My Reddit Account" } ]