From fb011b89cc384b8a4d2562c93635f60cf746b7ff Mon Sep 17 00:00:00 2001 From: Alex Colbeck <36191568+alexcolbeck1@users.noreply.github.com> Date: Fri, 12 Dec 2025 11:10:38 +0000 Subject: [PATCH] Update README.md Updated the css folder path to the new location. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4b36f3..9a38aed 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - It uses Jekyll to generate static web HTML files from markdown content - the source code for the web site is in /docs folder - page content is inside the `/docs/pages` folder -- page css is inside `/docs/_sass` folder +- page css is inside `/docs/assets/css` folder ## Getting Started - First time setup