From 48d101f2679628425a237c40201b8ebd66b72498 Mon Sep 17 00:00:00 2001 From: fubar1337 <133132398+fubar1337@users.noreply.github.com> Date: Wed, 10 May 2023 17:53:06 +0200 Subject: [PATCH] Update how-the-web-works.md --- lessons/module-2/how-the-web-works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/module-2/how-the-web-works.md b/lessons/module-2/how-the-web-works.md index 195b0ffc1..39b0c1e7b 100644 --- a/lessons/module-2/how-the-web-works.md +++ b/lessons/module-2/how-the-web-works.md @@ -92,7 +92,7 @@ Now the response codes that you'll typically run into are * 302 (Found) * 500 (Internal Server Error) -If you want to see all the type of server responses check out [http status dogs](https://httpstatusdogs.com/) +If you want to see all the type of server responses check out [http status dogs](https://http.dog/) and [http.dev](https://http.dev/status). If you want to live test HTTP responses, check out [http.app](https://http.app/)