SDL_net: Sync SDL3_net wiki -> header (20c33)

From 20c33ed0ba85cb14c547fa7bed8d7516a6ae3393 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Thu, 30 Jan 2025 20:15:33 +0000
Subject: [PATCH] Sync SDL3_net wiki -> header

[ci skip]
---
 include/SDL3_net/SDL_net.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/include/SDL3_net/SDL_net.h b/include/SDL3_net/SDL_net.h
index fc69a0f..7bbec69 100644
--- a/include/SDL3_net/SDL_net.h
+++ b/include/SDL3_net/SDL_net.h
@@ -123,9 +123,10 @@ typedef struct SDLNet_Address SDLNet_Address;  /**< Opaque struct that deals wit
 /**
  * Resolve a human-readable hostname.
  *
- * SDL_net doesn't operate on human-readable hostnames (like "www.libsdl.org")
- * but on computer-readable addresses. This function converts from one to the
- * other. This process is known as "resolving" an address.
+ * SDL_net doesn't operate on human-readable hostnames (like "
+ * [www.libsdl.org](https://libsdl.org)
+ * ") but on computer-readable addresses. This function converts from one to
+ * the other. This process is known as "resolving" an address.
  *
  * You can also use this to turn IP address strings (like "159.203.69.7") into
  * SDLNet_Address objects.