commit 0f29a8ac6b731be5bb47cf70355dc99ba6284741 Author: Dave Anderson Date: Fri May 8 11:46:04 2020 -0400 Replace people.redhat.com references with github equivalents. (anderson@redhat.com) diff --git a/README b/README index f401b0cf9f6b..bfbaef6d3b4b 100644 --- a/README +++ b/README @@ -32,7 +32,8 @@ A whitepaper with complete documentation concerning the use of this utility can be found here: - http://people.redhat.com/anderson/crash_whitepaper + https://crash-utility.github.io/crash_whitepaper.html + These are the current prerequisites: diff --git a/configure.c b/configure.c index 75006e881f5a..7f6d19e0b87e 100644 --- a/configure.c +++ b/configure.c @@ -1339,7 +1339,7 @@ make_spec_file(struct supported_gdb_version *sp) printf("License: %s\n", sp->GPL); printf("Group: Development/Debuggers\n"); printf("Source: %%{name}-%%{version}.tar.gz\n"); - printf("URL: http://people.redhat.com/anderson\n"); + printf("URL: https://github.com/crash-utility\n"); printf("Distribution: Linux 2.2 or greater\n"); printf("Vendor: Red Hat, Inc.\n"); printf("Packager: Dave Anderson \n"); diff --git a/crash.8 b/crash.8 index 994a2e05b8ab..136ae7859d99 100644 --- a/crash.8 +++ b/crash.8 @@ -867,7 +867,7 @@ command within .B crash provides more complete and accurate documentation than this man page. .PP -.I http://people.redhat.com/anderson +.I https://github.com/crash-utility - the home page of the .B crash utility. diff --git a/help.c b/help.c index bd2cca80e79a..6476e28d54f9 100644 --- a/help.c +++ b/help.c @@ -9357,7 +9357,7 @@ char *README[] = { " A whitepaper with complete documentation concerning the use of this utility", " can be found here:", " ", -" http://people.redhat.com/anderson/crash_whitepaper", +" https://crash-utility.github.io/crash_whitepaper.html", " ", " These are the current prerequisites: ", "",