From c312dbf995a4b334fae27c31eaeea85a0e55534a Mon Sep 17 00:00:00 2001 From: manfromhuh Date: Tue, 20 Dec 2022 17:00:22 -0500 Subject: [PATCH] Update 'README.md' Misc --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a733ef1..20aa3b5 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ This directory contains the files and libraries used to render the site's pages. * composer.lock * [/common/vendor]() - Stores the composer files and libraries managed via composer. -#### CSS +#### [CSS](/git/20xd6/simple_blog/src/branch/master/common/css) * [styles.css](/git/20xd6/simple_blog/src/branch/master/common/css/styles.css) - The main site CSS. * [jmenu.css](/git/20xd6/simple_blog/src/branch/master/common/css/jmenu.css) - Used to render the responsive menus. @@ -98,15 +98,15 @@ This directory contains the files and libraries used to render the site's pages. * [404.php](/git/20xd6/simple_blog/src/branch/master/common/error_pages/404.php) - The 404 page. * [500.php](/git/20xd6/simple_blog/src/branch/master/common/error_pages/500.php) - Displayed for all HTTP 500 errors -#### /common/imgs/ +#### [/common/imgs/](/git/20xd6/simple_blog/src/branch/master/common/imgs) Images used site wide. -* [cursor.gif]() - Blinking cursor used on the front page. -* [icon-rss.png]() - RSS icon +* [cursor.gif](/git/20xd6/simple_blog/src/branch/master/common/imgs/cursor.gif) - Blinking cursor used on the front page. +* [icon-rss.png](/git/20xd6/simple_blog/src/branch/master/common/imgs/icon-rss.png) - RSS icon -#### /common/prisim +#### [/common/prisim](/git/20xd6/simple_blog/src/branch/master/common/prisim) Files for the prism syntax highlighter.