From b91d699261fae18133c9a26fa58dd12776b8b551 Mon Sep 17 00:00:00 2001 From: manfromhuh Date: Tue, 20 Dec 2022 16:56:55 -0500 Subject: [PATCH] Update 'README.md' Add links to error pages. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9e43d54..a733ef1 100644 --- a/README.md +++ b/README.md @@ -92,11 +92,11 @@ This directory contains the files and libraries used to render the site's pages. * [modal.php](/git/20xd6/simple_blog/src/branch/master/common/php/modal.php) - Adds the modal `
` for displaying the image pop out. * [page_menu.php](/git/20xd6/simple_blog/src/branch/master/common/php/page_menu.php) - Generates a menu from the files and directories where it's run from. -#### /common/error_pages/ +#### [/common/error_pages/](/git/20xd6/simple_blog/src/branch/master/common/error_pages) -* [/common/403.php]() - The 403 not allowed page. -* [/common/404.php]() - The 404 page. -* [/common/500.php]() - Displayed for all HTTP 500 errors +* [403.php](/git/20xd6/simple_blog/src/branch/master/common/error_pages/403.php) - The 403 not allowed page. +* [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/