summaryrefslogtreecommitdiffstats
path: root/linux/LinuxCRT.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/LinuxCRT.c')
-rw-r--r--linux/LinuxCRT.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/LinuxCRT.c b/linux/LinuxCRT.c
index 5b2a21fd..c65b7822 100644
--- a/linux/LinuxCRT.c
+++ b/linux/LinuxCRT.c
@@ -17,7 +17,7 @@ void CRT_handleSIGSEGV(int sgn) {
(void) sgn;
CRT_done();
#ifdef __linux
- 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");