diff --git a/src/content/lesson/what-is-http.md b/src/content/lesson/what-is-http.md index 430707a37..dc866f319 100644 --- a/src/content/lesson/what-is-http.md +++ b/src/content/lesson/what-is-http.md @@ -28,7 +28,7 @@ This communication, as shown in the following gif, is carried out through a proc ### How does HTTP work? -![HTTP](https://github.com/breatheco-de/content/blob/master/src/assets/images/http-3.png?raw=true) +![HTTP](https://www3.ntu.edu.sg/home/ehchua/programming/webprogramming/images/HTTP_Steps.png) The HTTP protocol works through requests and responses from the client (e.g., a web browser) and a server (e.g., the computers that host and display websites). @@ -91,4 +91,4 @@ HTTP status codes can be found [here](https://developer.mozilla.org/es/docs/Web/ + `2xx` - All OK + `3xx` - Redirection + `4xx` - Client did something wrong -+ `5xx` - Server did something wrong \ No newline at end of file ++ `5xx` - Server did something wrong