Skip to content

Commit a251a60

Browse files
forestfoxxdbaluta
authored andcommitted
Labs: networking: fix broken link for TCP diagram
Provide working link with TCP connection establishment diagram
1 parent c3e7133 commit a251a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/teaching/labs/networking.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ where:
642642
* ``dest`` is the destination port;
643643
* ``syn``, ``ack``, ``fin`` are the TCP flags used; for a more detailed view,
644644
see this `diagram
645-
<http://www.eventhelix.com/Realtimemantra/Networking/Tcp.pdf>`_.
645+
<https://www.eventhelix.com/networking/tcp/Tcp.pdf>`_.
646646

647647
The structure of a `UDP header
648648
<https://en.wikipedia.org/wiki/User_Datagram_Protocol#Packet_structure>`_

0 commit comments

Comments
 (0)