From 28354d99dcdbf4ab8f7a19218135724c4b48950e Mon Sep 17 00:00:00 2001 From: Tony Lawrence Date: Thu, 12 Oct 2023 16:54:32 -0400 Subject: [PATCH] MAKEFILE: Use correct links to open-simh repo --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index ca439dd6..8971c748 100644 --- a/makefile +++ b/makefile @@ -1092,12 +1092,12 @@ ifeq (${WIN32},) #*nix Environments (&& cygwin) $(info *** Error *** There are ONLY two supported ways to acquire and build) $(info *** Error *** the simh source code:) $(info *** Error *** 1: directly with git via:) - $(info *** Error *** $$ git clone https://github.com/simh/simh) + $(info *** Error *** $$ git clone https://github.com/open-simh/simh) $(info *** Error *** $$ cd simh) $(info *** Error *** $$ make {simulator-name}) $(info *** Error *** OR) $(info *** Error *** 2: download the source code zip archive from:) - $(info *** Error *** $$ wget(or via browser) https://github.com/simh/simh/archive/master.zip) + $(info *** Error *** $$ wget(or via browser) https://github.com/open-simh/simh/archive/master.zip) $(info *** Error *** $$ unzip master.zip) $(info *** Error *** $$ cd simh-master) $(info *** Error *** $$ make {simulator-name})