summaryrefslogtreecommitdiff
path: root/src/grep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grep.c')
-rw-r--r--src/grep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grep.c b/src/grep.c
index ebb09a3b..7547b641 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -2829,7 +2829,7 @@ main (int argc, char **argv)
version_etc (stdout, getprogname (), PACKAGE_NAME, VERSION,
(char *) NULL);
puts (_("Written by Mike Haertel and others; see\n"
- "<https://git.sv.gnu.org/cgit/grep.git/tree/AUTHORS>."));
+ "<https://git.savannah.gnu.org/cgit/grep.git/tree/AUTHORS>."));
return EXIT_SUCCESS;
}