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/