You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct image relative paths for GitHub Pages rendering
Lab markdown files are at labs/lab-XX/README.md (2 levels deep).
Image references used ../images/ which resolved to labs/images/ (404).
Changed to ../../images/ to correctly resolve to the root images/ directory.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: labs/lab-01-explore-demo-apps/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ You should see the following key directories:
46
46
47
47
Additional directories include `src/converters/` (SARIF converters), `src/config/` (tool configurations), `scripts/` (bootstrap and data pipeline), and `power-bi/` (PBIP dashboard).

203
+

204
204
205
205
The 80% threshold is the CI quality gate standard. Any file below this threshold generates a SARIF finding that would block a merge in a production CI pipeline.
0 commit comments