summaryrefslogtreecommitdiffstats
path: root/darwin
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 /darwin
parent5dad65ac2a2a0aa5e1d71c2e78a5eac1f4eeb20f (diff)
Updates to project URLs in docs and embedded in source code
Diffstat (limited to 'darwin')
-rw-r--r--darwin/DarwinCRT.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin/DarwinCRT.c b/darwin/DarwinCRT.c
index 5a82f312..2191f307 100644
--- a/darwin/DarwinCRT.c
+++ b/darwin/DarwinCRT.c
@@ -15,7 +15,7 @@ void CRT_handleSIGSEGV(int sgn) {
(void) sgn;
CRT_done();
#ifdef __APPLE__
- 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