Skip to content

Commit 5b61ce4

Browse files
authored
Update http.qmd
Fix broken link
1 parent 87de28d commit 5b61ce4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/notes/fetching-data/http.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Abbreviation | Name | Description
4747
[HTTP](https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol) | Hyper Text Transfer Protocol | The foundation protocol for the Internet.
4848
[HTTPS](https://en.wikipedia.org/wiki/HTTPS) | Secure Hyper Text Transfer Protocol | A widely-used Internet protocol for secure network communication over HTTP within a connection encrypted by SSL/TLS.
4949
[SSL/TLS](https://en.wikipedia.org/wiki/Transport_Layer_Security) | Transport Layer Security (formerly and still known as Secure Sockets Layer) | For providing communication security over a network.
50-
[TCP/IP](#https://en.wikipedia.org/wiki/Transmission_Control_Protocol) | Transmission Control Protocol, which compliments the Internet Protocol | Provides reliable, ordered, and error-checked delivery of a stream of octets between applications running on hosts communicating over an IP network.
50+
[TCP/IP](https://en.wikipedia.org/wiki/Transmission_Control_Protocol) | Transmission Control Protocol, which compliments the Internet Protocol | Provides reliable, ordered, and error-checked delivery of a stream of octets between applications running on hosts communicating over an IP network.
5151
[FTP](https://en.wikipedia.org/wiki/File_Transfer_Protocol) | File Transfer Protocol | For transmitting large files between computers.
5252
[SMTP](https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol) | Simple Mail Transfer Protocol | For transmitting electronic mail between computers.
5353
[SSH](https://en.wikipedia.org/wiki/Secure_Shell) | Secure Shell | A cryptographic (encrypted) network protocol to allow remote login and other network services to operate securely over an unsecured network.

0 commit comments

Comments
 (0)