From 5872e2b0f91fe9635f7e6b9f344ad8df5a3987f2 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sun, 31 Oct 2021 12:53:43 -0400 Subject: [PATCH] Updated sample.json --- samples/react-document-links-accordion/assets/sample.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/react-document-links-accordion/assets/sample.json b/samples/react-document-links-accordion/assets/sample.json index 61f6f1577..d08887ba2 100644 --- a/samples/react-document-links-accordion/assets/sample.json +++ b/samples/react-document-links-accordion/assets/sample.json @@ -1,10 +1,10 @@ [ { - "name": "pnp-sp-dev-spfx-web-parts-react-documents-links-accordion", + "name": "pnp-sp-dev-spfx-web-parts-react-document-links-accordion", "source": "pnp", "title": "Documents Links Accordion", "shortDescription": "This web part allows user create a accordion with documents links grouped by any column of document library.", - "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-documents-links-accordion", + "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-document-links-accordion", "longDescription": [ "This web part allows user create a accordion with documents links grouped by any column of document library.", "When the user clicks on the header it dynamically load documents." @@ -49,13 +49,13 @@ { "type": "image", "order": 100, - "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-documents-links-accordion/assets/documentsLinksAccordion.gif", + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-document-links-accordion/assets/documentsLinksAccordion.gif", "alt": "Web part in action" }, { "type": "image", "order": 101, - "url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-documents-links-accordion/assets/documentsLinksAccordion1.png", + "url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-document-links-accordion/assets/documentsLinksAccordion1.png", "alt": "Screen shot of web part" } ],