From dc4da634c40560e4eda55814676bc96a230428dc Mon Sep 17 00:00:00 2001 From: David Rabkin Date: Mon, 6 Feb 2017 10:46:48 -0800 Subject: [PATCH] Update 2 Twitter Handels in harp.json (#2360) Currently, the links to Twitter on Kapunahele Wong's and Ward Bell's bios both point to https://twitter.com/undefined. These links are accessible when their bios are opened. This PR adds their proper Twitter handle, so their respective links point to the right place. --- harp.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/harp.json b/harp.json index 2a001701e6..9455f2c880 100644 --- a/harp.json +++ b/harp.json @@ -361,6 +361,7 @@ "name": "Ward Bell", "picture": "/resources/images/bios/wardbell.jpg", "website": "https://github.com/wardbell", + "twitter": "wardbell", "bio": "Ward is an all-around developer with JavaScript, node, and .net chops. He's a frequent conference speaker and podcaster, trainer, Google Developer Expert for Angular, Microsoft MVP, and PluralSight author. He is also president of IdeaBlade, an enterprise software consulting firm and the makers of breeze.js. He would like to get more sleep and spend more time in the mountains.", "type": "Community" }, @@ -509,6 +510,7 @@ "name": "Kapunahele Wong", "picture": "/resources/images/bios/kapunahelewong.jpg", "website": " https://github.com/kapunahelewong", + "twitter": "kapunahele", "bio": "Kapunahele is a front-end developer at Capital One. She loves just about anything to do with JavaScript, Angular and electronics. She enjoys mapping Hawaiian star names and constellations to Western ones and loves dancing native Hawaiian hula.", "type": "Community" },