SDL_net: Updated the documentation to note that the library is homed on GitHub and documentation is available online on the SDL wiki

From 54101b13f43693ab0d3be3f04528d8e88f72699a Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 20 Jun 2022 07:25:22 -0700
Subject: [PATCH] Updated the documentation to note that the library is homed
 on GitHub and documentation is available online on the SDL wiki

---
 README.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.txt b/README.txt
index cc30404..a5ab6b1 100644
--- a/README.txt
+++ b/README.txt
@@ -1,12 +1,12 @@
 
 SDL_net 2.0
 
-The latest version of this library is available from:
-http://www.libsdl.org/projects/SDL_net/
+The latest version of this library is available from GitHub:
+https://github.com/libsdl-org/SDL_net/releases
 
 This is an example portable network library for use with SDL.
 It is available under the zlib license, found in the file LICENSE.txt.
-The API can be found in the file SDL_net.h
+The API can be found in the file SDL_net.h and online at https://wiki.libsdl.org/SDL_net
 This library supports UNIX, Windows, MacOS Classic, MacOS X,
 BeOS and QNX.