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/)