From 93d00b6d1c6a4f76301a15df6cbe67ef05c85296 Mon Sep 17 00:00:00 2001 From: Giuliano De Luca Date: Wed, 28 Jul 2021 14:56:40 +0200 Subject: [PATCH] added telemetry link and fixed relative URL for the preview image --- samples/react-cross-device-data/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/samples/react-cross-device-data/README.md b/samples/react-cross-device-data/README.md index 1dff41747..b760fdc91 100644 --- a/samples/react-cross-device-data/README.md +++ b/samples/react-cross-device-data/README.md @@ -4,7 +4,7 @@ This solution demonstrates how to use the OneDrive special folder **Apps** in order to save user's preferencies cross-device. -![Preview](Assets/Preview.jpg) +![Preview](./assets/Preview.jpg) ## Used SharePoint Framework Version @@ -61,4 +61,6 @@ This web part illustrates the following concepts: - [Building for Microsoft teams](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/build-for-teams-overview) - [Use Microsoft Graph in your solution](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/using-microsoft-graph-apis) - [Publish SharePoint Framework applications to the Marketplace](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/publish-to-marketplace-overview) -- [Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp) - Guidance, tooling, samples and open-source controls for your Microsoft 365 development \ No newline at end of file +- [Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp) - Guidance, tooling, samples and open-source controls for your Microsoft 365 development + + \ No newline at end of file