Skip to content

Commit 82648f4

Browse files
fsmiamototavip
authored andcommitted
Documentation: teaching: lectures: fix Beej's ref on networking lecture
1 parent a764cd3 commit 82648f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/teaching/labs/networking.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ possible to implement the TCP/IP stack in user space using raw sockets (the
4545
layer protocol in kernel (`TUX web server
4646
<http://en.wikipedia.org/wiki/TUX_web_server>`_).
4747

48-
For more details about user space programming using sockets, see `Bee's Guide to
48+
For more details about user space programming using sockets, see `Beej's Guide to
4949
Network Programming Using Internet
50-
Sockets <http://www.beej.us/guide/bgnet/output/html/multipage/>`_.
50+
Sockets <https://www.beej.us/guide/bgnet/>`_.
5151

5252
Linux networking
5353
================
@@ -968,7 +968,7 @@ Further reading
968968

969969
.. _Linux IP networking: http://www.cs.unh.edu/cnrg/gherrin/
970970
.. _The TUX Web Server: http://www.stllinux.org/meeting_notes/2001/0719/myTUX/
971-
.. _Beej's Guide to Network Programming Using Internet Sockets: http://beej.us/net2/bgnet.html
971+
.. _Beej's Guide to Network Programming Using Internet Sockets: https://www.beej.us/guide/bgnet/
972972
.. _Kernel Korner - Network Programming in the Kernel: http://www.linuxjournal.com/article/7660
973973
.. _Hacking the Linux Kernel Network Stack: http://phrack.org/issues/61/13.html
974974
.. _The netfilter.org project: http://www.netfilter.org/

0 commit comments

Comments
 (0)