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; }