From 273c557cf8114ecbb23c3248fb347318dc904b13 Mon Sep 17 00:00:00 2001 From: Sean Bartell Date: Tue, 16 Mar 2021 18:49:20 -0500 Subject: [PATCH] change homepage to a non-SSL page --- src/mosaic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mosaic.h b/src/mosaic.h index c030794..77cb085 100644 --- a/src/mosaic.h +++ b/src/mosaic.h @@ -135,7 +135,7 @@ typedef enum /* This must be a straight string as it is included into a struct; no tricks. */ #define HOME_PAGE_DEFAULT \ - "http://en.wikipedia.org/wiki/Mosaic_(web_browser)" + "http://www.ncsa.illinois.edu/enabling/mosaic" #endif /* not HOME_PAGE_DEFAULT */ #ifndef WHATSNEW_PAGE_DEFAULT