File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -123,9 +123,10 @@ typedef struct SDLNet_Address SDLNet_Address; /**< Opaque struct that deals wit
123123/**
124124 * Resolve a human-readable hostname.
125125 *
126- * SDL_net doesn't operate on human-readable hostnames (like "www.libsdl.org")
127- * but on computer-readable addresses. This function converts from one to the
128- * other. This process is known as "resolving" an address.
126+ * SDL_net doesn't operate on human-readable hostnames (like "
127+ * [www.libsdl.org](https://libsdl.org)
128+ * ") but on computer-readable addresses. This function converts from one to
129+ * the other. This process is known as "resolving" an address.
129130 *
130131 * You can also use this to turn IP address strings (like "159.203.69.7") into
131132 * SDLNet_Address objects.
You can’t perform that action at this time.
0 commit comments