summaryrefslogtreecommitdiff
path: root/src/examples/guessconv/guessconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/guessconv/guessconv.c')
-rw-r--r--src/examples/guessconv/guessconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/guessconv/guessconv.c b/src/examples/guessconv/guessconv.c
index 7c42875..8541503 100644
--- a/src/examples/guessconv/guessconv.c
+++ b/src/examples/guessconv/guessconv.c
@@ -47,7 +47,7 @@ print_version(void)
printf("Atheme guessconv, version 1.0.\n");
printf("Copyright (c) 2010 William Pitcock <nenolod@atheme.org>\n");
printf("See COPYING in the libguess source tree for license details.\n");
- printf("\nReport bugs to <http://jira.atheme.org/> against the libguess product.\n");
+ printf("\nReport bugs to https://github.com/atheme/libguess\n");
exit(EXIT_SUCCESS);
}