diff --git a/Error-Handling.md b/10 Error Handling.md similarity index 83% rename from Error-Handling.md rename to 10 Error Handling.md index 618dd6f..adc1c95 100644 --- a/Error-Handling.md +++ b/10 Error Handling.md @@ -19,10 +19,4 @@ send an HTTP `404 Not Found` response with a simple message. You can override th Flight::map('notFound', function(){ // Handle not found - }); - -# Redirects - -You can redirect the current request by using the `redirect` method and passing in a new URL: - - Flight::redirect('/new/location'); \ No newline at end of file + }); \ No newline at end of file