From 34b031a7b7704b8951de05952ca0563822352276 Mon Sep 17 00:00:00 2001 From: fubar1337 <133132398+fubar1337@users.noreply.github.com> Date: Mon, 18 Dec 2023 08:40:35 +0100 Subject: [PATCH] Update lesson.md More status codes and dogs :) Signed-off-by: fubar1337 <133132398+fubar1337@users.noreply.github.com> --- docs/js-core-3/week-2/lesson.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/js-core-3/week-2/lesson.md b/docs/js-core-3/week-2/lesson.md index 2d5541dcd7..ab4d662aaf 100644 --- a/docs/js-core-3/week-2/lesson.md +++ b/docs/js-core-3/week-2/lesson.md @@ -115,7 +115,7 @@ The response codes can be grouped into categories: - 4xx: Client Error - 5xx: Server Error -If you want a fun look at HTTP codes, take a look at [https://httpstatusdogs.com/](https://httpstatusdogs.com/) or [https://http.cat/](https://http.cat/) if you are cat person. For a technical perspective take a look at [https://en.wikipedia.org/wiki/List_of_HTTP_status_codes](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes). +If you want a fun look at HTTP codes, take a look at [https://httpstatusdogs.com/](https://http.dog/) or [https://http.cat/](https://http.cat/) if you are cat person. For a technical perspective take a look at [https://en.wikipedia.org/wiki/List_of_HTTP_status_codes](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes). ### Content type