summaryrefslogtreecommitdiffstats
path: root/solaris
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-08-22 15:47:11 +1000
committerNathan Scott <nathans@redhat.com>2020-08-22 15:47:11 +1000
commit6900e57efde3fdb32cc1e8d1a8efc2bee8df73ba (patch)
tree42aaade23ca275f75a2ee324ed30cfedd594ac5c /solaris
parent5dad65ac2a2a0aa5e1d71c2e78a5eac1f4eeb20f (diff)
Updates to project URLs in docs and embedded in source code
Diffstat (limited to 'solaris')
-rw-r--r--solaris/SolarisCRT.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/solaris/SolarisCRT.c b/solaris/SolarisCRT.c
index d7f8f52e..13e82d7c 100644
--- a/solaris/SolarisCRT.c
+++ b/solaris/SolarisCRT.c
@@ -17,7 +17,7 @@ in the source distribution for its full text.
void CRT_handleSIGSEGV(int sgn) {
(void) sgn;
CRT_done();
- fprintf(stderr, "\n\nhtop " VERSION " aborting. Please report bug at http://hisham.hm/htop\n");
+ fprintf(stderr, "\n\nhtop " VERSION " aborting. Please report bug at https://htop.dev\n");
#ifdef HAVE_EXECINFO_H
size_t size = backtrace(backtraceArray, sizeof(backtraceArray) / sizeof(void *));
fprintf(stderr, "\n Please include in your report the following backtrace: \n");

© 2014-2024 Faster IT GmbH | imprint | privacy policy