Skip to content

Commit 47e9eb7

Browse files
brunj7josenino95
andauthored
Update episodes/hello-scraping.md
Co-authored-by: Jose Niño <72319858+josenino95@users.noreply.github.com>
1 parent b898240 commit 47e9eb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/hello-scraping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ When scraping data, it is essential to adhere to two main guidelines:
5353

5454
At the heart of web communications is the request message, which is sent via *U*niform *R*esource *L*ocators (URLs). Basic `URL` structure:
5555

56-
![credits: https://code.tutsplus.com/tutorials/http-the-protocol-every-web-developer-must-know-part-1--net-31177](fig/http1-url-structure.png)
56+
![credits: https://code.tutsplus.com/tutorials/http-the-protocol-every-web-developer-must-know-part-1--net-31177](fig/http1-url-structure.png){An anatomical breakdown of a URL string, labeling its components: protocol (http), host ([www.domain.com](https://www.domain.com/)), port (1234), resource path (/path/to/resource), and query (?a=b&x=y)}
5757

5858
The protocol is typically http or https for secure communications. The default port is 80, but one can be set explicitly, as illustrated in the above image. The resource path is the local path to the resource on the server.
5959

0 commit comments

Comments
 (0)