docs: g_socket_{get,set}_option: Fix the link to gnetworking.h

This commit is contained in:
Luke T. Shumaker 2024-08-12 18:05:04 -06:00
parent 9f6afbdb33
commit 03a2ec8fee

View File

@ -6427,7 +6427,7 @@ g_socket_get_credentials (GSocket *socket,
* getsockopt(). (If you need to fetch a non-integer-valued option,
* you will need to call getsockopt() directly.)
*
* The [`<gio/gnetworking.h>`][gio-gnetworking.h]
* The [`<gio/gnetworking.h>`](networking.html)
* header pulls in system headers that will define most of the
* standard/portable socket options. For unusual socket protocols or
* platform-dependent options, you may need to include additional
@ -6499,7 +6499,7 @@ g_socket_get_option (GSocket *socket,
* setsockopt(). (If you need to set a non-integer-valued option,
* you will need to call setsockopt() directly.)
*
* The [`<gio/gnetworking.h>`][gio-gnetworking.h]
* The [`<gio/gnetworking.h>`](networking.html)
* header pulls in system headers that will define most of the
* standard/portable socket options. For unusual socket protocols or
* platform-dependent options, you may need to include additional