From a2a99084d45ecca43c13677b90daea850cd5e861 Mon Sep 17 00:00:00 2001 From: laralove Date: Sat, 6 May 2023 16:24:40 +0300 Subject: [PATCH] fix broken links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8273b9b..1fbdeb5 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ --- -**Botw Save Manager** is a fork of [https://github.com/WemI0/BOTW_SaveConv](https://github.com/WemI0/BOTW_SaveConv) updated to `DotNET 6` with full support for `Windows` and `Linux`. +**Botw Save Manager** is a fork of WemI0's `BOTW_SaveConv` updated to `DotNET 6` with full support for `Windows` and `Linux`. Converting currently supports BOTW `Switch <-> WiiU` save files that share the same update version (upgrade/downgrade untested). ## Setup 1. Download and install the DotNET 6.0 Runtime for your system: [Windows x64](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-6.0.10-windows-x64-installer) or [Linux](https://learn.microsoft.com/dotnet/core/install/linux?WT.mc_id=dotnet-35129-website) -2. Download the [latest release]() of BotwSaveEditor. +2. Download the [latest release](https://github.com/DeltaJordan/BotW-Save-Manager/releases) of BotwSaveEditor. 3. Run `BotwSaveEditor.exe` and bypass the smartscreen warning. *(This warning is caused by the unsigned **.exe**. Signing applications can become expensive, so it is impractical for community project such as this.)* ## Usage @@ -37,4 +37,4 @@ Converting currently supports BOTW `Switch <-> WiiU` save files that share the s 1. Drag and drop a WiiU or Switch save folder over the console window as prompted. 2. Wait for the save to process, then drag an empty folder over the console window to save the converted files to. -3. Wait once more for the completion message. \ No newline at end of file +3. Wait once more for the completion message.