Changing terminology in roots.json

This commit is contained in:
mikwee 2021-10-14 18:56:51 +03:00
parent 48030d8db5
commit f0e3057ecc
1 changed files with 4 additions and 4 deletions

View File

@ -1,19 +1,19 @@
{ {
"title": "mikwee's online presence", "title": "mikwee's online presence",
"roots": [ "links": [
{ {
"type": "twitter", "type": "twitter",
"link": "https://twitter.com/toon_mikwee", "url": "https://twitter.com/toon_mikwee",
"text": "My Twitter Account" "text": "My Twitter Account"
}, },
{ {
"type": "twitter", "type": "twitter",
"link": "https://twitter.com/NCILCulture", "url": "https://twitter.com/NCILCulture",
"text": "No Context Israeli Culture" "text": "No Context Israeli Culture"
}, },
{ {
"type": "reddit", "type": "reddit",
"link": "https://reddit.com/u/mikwee", "url": "https://reddit.com/u/mikwee",
"text": "My Reddit Account" "text": "My Reddit Account"
} }
] ]