From 220485a74c1e794a955b46da624f4e0e15224d40 Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:50:43 -0400 Subject: [PATCH] Rename http_error to errors. --- {http_error => errors}/400.html | 0 {http_error => errors}/401.html | 0 {http_error => errors}/403.html | 0 {http_error => errors}/404.html | 0 {http_error => errors}/500.html | 0 {http_error => errors}/501.html | 0 {http_error => errors}/502.html | 0 {http_error => errors}/503.html | 0 {http_error => errors}/504.html | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {http_error => errors}/400.html (100%) rename {http_error => errors}/401.html (100%) rename {http_error => errors}/403.html (100%) rename {http_error => errors}/404.html (100%) rename {http_error => errors}/500.html (100%) rename {http_error => errors}/501.html (100%) rename {http_error => errors}/502.html (100%) rename {http_error => errors}/503.html (100%) rename {http_error => errors}/504.html (100%) diff --git a/http_error/400.html b/errors/400.html similarity index 100% rename from http_error/400.html rename to errors/400.html diff --git a/http_error/401.html b/errors/401.html similarity index 100% rename from http_error/401.html rename to errors/401.html diff --git a/http_error/403.html b/errors/403.html similarity index 100% rename from http_error/403.html rename to errors/403.html diff --git a/http_error/404.html b/errors/404.html similarity index 100% rename from http_error/404.html rename to errors/404.html diff --git a/http_error/500.html b/errors/500.html similarity index 100% rename from http_error/500.html rename to errors/500.html diff --git a/http_error/501.html b/errors/501.html similarity index 100% rename from http_error/501.html rename to errors/501.html diff --git a/http_error/502.html b/errors/502.html similarity index 100% rename from http_error/502.html rename to errors/502.html diff --git a/http_error/503.html b/errors/503.html similarity index 100% rename from http_error/503.html rename to errors/503.html diff --git a/http_error/504.html b/errors/504.html similarity index 100% rename from http_error/504.html rename to errors/504.html