From fd8344d0be1dea16dc36f36e737ea1fb68b0f6e2 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sun, 27 Mar 2022 00:17:20 -0400 Subject: [PATCH] Added clickable link --- Troubleshooting-issues-with-samples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Troubleshooting-issues-with-samples.md b/Troubleshooting-issues-with-samples.md index 512dfcb..f661e3c 100644 --- a/Troubleshooting-issues-with-samples.md +++ b/Troubleshooting-issues-with-samples.md @@ -43,6 +43,7 @@ graph TD K --> |No| M{Did you change versions of nodejs after downloading sample?} --> |Yes| N[Run npm rebuild node-sass] --> |Retry|A M --> |No| O[Open a ticket from sample's README] click K "https://github.com/pnp/sp-dev-fx-webparts/wiki/Troubleshooting-issues-with-samples#run-spfx-doctor" + click D "https://github.com/pnp/sp-dev-fx-webparts/wiki/Troubleshooting-issues-with-samples#change-directory-to-root-of-project" style K fill:#f9f,stroke:#333,stroke-width:4px style D fill:#f9f,stroke:#333,stroke-width:4px ```