diff options
Diffstat (limited to 'uts/common/os/fm.c')
-rw-r--r-- | uts/common/os/fm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uts/common/os/fm.c b/uts/common/os/fm.c index 4efcff4f464a..eff91aee5e64 100644 --- a/uts/common/os/fm.c +++ b/uts/common/os/fm.c @@ -79,7 +79,7 @@ * URL and SUNW-MSG-ID value to display for fm_panic(), defined below. These * values must be kept in sync with the FMA source code in usr/src/cmd/fm. */ -static const char *fm_url = "http://www.sun.com/msg"; +static const char *fm_url = "http://illumos.org/msg"; static const char *fm_msgid = "SUNOS-8000-0G"; static char *volatile fm_panicstr = NULL; |