change homepage to a non-SSL page

This commit is contained in:
Sean Bartell 2021-03-16 18:49:20 -05:00
parent aeffce68f1
commit 273c557cf8
1 changed files with 1 additions and 1 deletions

View File

@ -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