From 139d7bd0a063397ecf7b427cc99a65edbd4c2261 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Thu, 16 Apr 1998 17:49:19 +0000 Subject: [PATCH] Changed the link to script-fu resources to point to www.gimp.org. --Sven --- ChangeLog | 5 +++++ plug-ins/script-fu/interp_slib.c | 2 +- plug-ins/script-fu/siod/slib.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 57e57a6257..49fac1b8ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 16 19:46:46 MEST 1998 Sven Neumann + + * plug-ins/script-fu/interp_slib.c: changed the link to + the script-fu resources to point to www.gimp.org + Wed Apr 15 13:18:47 EDT 1998 Matthew Wilson * app/disp_callbacks.c: restart current tool when changing diff --git a/plug-ins/script-fu/interp_slib.c b/plug-ins/script-fu/interp_slib.c index 6219375244..5cc636e532 100644 --- a/plug-ins/script-fu/interp_slib.c +++ b/plug-ins/script-fu/interp_slib.c @@ -3540,7 +3540,7 @@ help (void) { fprintf (siod_output, "HELP for SIOD, Version %s\n", siod_version ()); fprintf (siod_output, "For the latest Script-Fu tips, tutorials, & info:\n"); - fprintf (siod_output, "\thttp://www.xcf.berkeley.edu/~gimp/script-fu/script-fu.html\n\n"); + fprintf (siod_output, "\thttp://www.gimp.org/scripts.html\n\n"); return NIL; } diff --git a/plug-ins/script-fu/siod/slib.c b/plug-ins/script-fu/siod/slib.c index 6219375244..5cc636e532 100644 --- a/plug-ins/script-fu/siod/slib.c +++ b/plug-ins/script-fu/siod/slib.c @@ -3540,7 +3540,7 @@ help (void) { fprintf (siod_output, "HELP for SIOD, Version %s\n", siod_version ()); fprintf (siod_output, "For the latest Script-Fu tips, tutorials, & info:\n"); - fprintf (siod_output, "\thttp://www.xcf.berkeley.edu/~gimp/script-fu/script-fu.html\n\n"); + fprintf (siod_output, "\thttp://www.gimp.org/scripts.html\n\n"); return NIL; }