From a1b762cb0c290c96f20eccc2c41f1992528f0246 Mon Sep 17 00:00:00 2001 From: Winston <71997294+winstonrc@users.noreply.github.com> Date: Sat, 17 Feb 2024 20:33:02 -0600 Subject: [PATCH] update github link (#113) --- nfs_mount.sh | 3 ++- nfs_umount.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/nfs_mount.sh b/nfs_mount.sh index 7101e36..50fb415 100755 --- a/nfs_mount.sh +++ b/nfs_mount.sh @@ -16,8 +16,9 @@ # Copyright 2022 Oliver "RealLarry" Jaksch # You can download the latest version of this script from: -# https://github.com/MiSTer-devel/CIFS_MiSTer +# https://github.com/MiSTer-devel/Scripts_MiSTer +# Version 1.1.1 - 2024-02-17 - Update Github link # Version 1.1 - 2022-12-25 - Cosmetics # Version 1.0 - 2021-12-29 - First commit diff --git a/nfs_umount.sh b/nfs_umount.sh index 439cfe3..5bf66ae 100755 --- a/nfs_umount.sh +++ b/nfs_umount.sh @@ -16,8 +16,9 @@ # Copyright 2022 Oliver "RealLarry" Jaksch # You can download the latest version of this script from: -# https://github.com/MiSTer-devel/CIFS_MiSTer +# https://github.com/MiSTer-devel/Scripts_MiSTer +# Version 1.0.1 - 2024-02-17 - Update github link # Version 1.0 - 2023-03-10 - First commit #=========NO USER-SERVICEABLE PARTS BELOW THIS LINE=====