Skip to content

Commit 2939a0f

Browse files
committed
Changed url in welcome message.
1 parent 447bdcb commit 2939a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fflisp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ static void usage(void)
3535
static void welcome(void)
3636
{
3737
printf("Welcome to FFLISP " VERSION
38-
" <http://bitbucket.org/grouzen/fflisp/>.\n");
38+
" <http://github.com/grouzen/fflisp/>.\n");
3939
printf("Nedokushev Michael <[email protected]> (c) 2010.\n");
4040
printf("\n");
4141

0 commit comments

Comments
 (0)