From 4e152a7f84ff038faadd350cce6734f6716ad41f Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 20 Jun 2026 22:08:24 -0400 Subject: [PATCH] Update README --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 7dd11f8..9372e74 100644 --- a/README.MD +++ b/README.MD @@ -2,7 +2,7 @@ [![Build and Test](https://github.com/SabreTools/SabreTools.RedumpLib/actions/workflows/build_and_test.yml/badge.svg)](https://github.com/SabreTools/SabreTools.RedumpLib/actions/workflows/build_and_test.yml) -This library comprises interaction logic for [Redump](http://redump.org/). Because there is no formal API for the site, this library interacts with the site through normal HTTP methods. It includes a fairly comprehensive reference of supported parts of the site, including URLs, page information, and packs. +This library comprises interaction logic for [Redump](http://redump.info/). Because there is no formal API for the site, this library interacts with the site through normal HTTP methods. It includes a fairly comprehensive reference of supported parts of the site, including URLs, page information, and packs. Find the link to the Nuget package [here](https://www.nuget.org/packages/SabreTools.RedumpLib).