From 3a6c6412a9524b4aaaabc71f88cab5ba9a6e5f4b Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Mon, 21 Oct 2024 06:06:29 -0700 Subject: [PATCH] Updated sample.json template --- templates/sample-template.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/sample-template.json b/templates/sample-template.json index 69efd732ff..dba33b78cf 100644 --- a/templates/sample-template.json +++ b/templates/sample-template.json @@ -21,7 +21,7 @@ }, { "key": "SPFX-VERSION", - "value": "1.18.2" + "value": "1.20.2" } ], "thumbnails": [ @@ -49,8 +49,8 @@ { "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/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part" + "url": "https://learn.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part" } ] } -] +] \ No newline at end of file