From 2a46a5165fde483d927dba47a41e77fbad752c5e Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Fri, 3 Jun 2022 08:13:37 -0700 Subject: [PATCH] Updated sample.json --- samples/react-chartcontrol/assets/sample.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/samples/react-chartcontrol/assets/sample.json b/samples/react-chartcontrol/assets/sample.json index 063821177..2737491d1 100644 --- a/samples/react-chartcontrol/assets/sample.json +++ b/samples/react-chartcontrol/assets/sample.json @@ -156,17 +156,15 @@ "authors": [ { "gitHubAccount": "hugoabernier", - "company": "Tahoe Ninjas", "pictureUrl": "https://github.com/hugoabernier.png", - "name": "Hugo Bernier", - "twitter": "bernierh" + "name": "Hugo Bernier" } ], "references": [ { "name": "Build your first SharePoint client-side web part", "description": "Client-side web parts are client-side components that run in the context of a SharePoint page. Client-side web parts can be deployed to SharePoint environments that support the SharePoint Framework. You can also use modern JavaScript web frameworks, tools, and libraries to build them.", - "url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part" + "url": "https://docs.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part" } ] }