Index: openacs-4/packages/ajaxhelper/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/doc/index.adp,v diff -u -N -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/ajaxhelper/www/doc/index.adp 7 Jun 2017 08:35:55 -0000 1.1.2.4 +++ openacs-4/packages/ajaxhelper/www/doc/index.adp 7 Jun 2017 08:44:26 -0000 1.1.2.5 @@ -68,9 +68,9 @@ Prototype has a pair of javascript functions that alllow programmers to use XMLHTTP. The ajax.updater and ajax.request -functions. See http://wiki.script.aculo.us/scriptaculous/show/Ajax.Updater +functions. See http://api.prototypejs.org/ajax/Ajax/Updater/ -and http://wiki.script.aculo.us/scriptaculous/show/Ajax.Request +and http://api.prototypejs.org/ajax/Ajax/Request/ for more information about these javascript functions.

@@ -135,7 +135,7 @@ Use ah::effects to generate javascript that allows you to implement transitional and cinematic effects to html elements. -You will need to consult the scriptaculous documentation http://wiki.script.aculo.us/scriptaculous/tags/effects +You will need to consult the scriptaculous documentation http://madrobby.github.io/scriptaculous/core-effects/ to know what kinds of effects and what kinds of options you can pass to the effect script.
@@ -168,7 +168,7 @@ Drag and Drop Sortables :

Sortables are documented in the scriptaculous wiki -http://wiki.script.aculo.us/scriptaculous/show/Sortables. +http://madrobby.github.io/scriptaculous/sortable/.
Index: openacs-4/packages/ajaxhelper/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/doc/index.html,v diff -u -N -r1.8.2.1 -r1.8.2.2 --- openacs-4/packages/ajaxhelper/www/doc/index.html 7 Jun 2017 08:35:55 -0000 1.8.2.1 +++ openacs-4/packages/ajaxhelper/www/doc/index.html 7 Jun 2017 08:44:26 -0000 1.8.2.2 @@ -96,9 +96,9 @@ Prototype has a pair of javascript functions that alllow programmers to use XMLHTTP. The ajax.updater and ajax.request functions. See http://wiki.script.aculo.us/scriptaculous/show/Ajax.Updater + href="http://api.prototypejs.org/ajax/Ajax/Updater/">http://api.prototypejs.org/ajax/Ajax/Updater/ and http://wiki.script.aculo.us/scriptaculous/show/Ajax.Request + href="http://api.prototypejs.org/ajax/Ajax/Request/">http://api.prototypejs.org/ajax/Ajax/Request/ for more information about these javascript functions.

The Tcl API is used like this
@@ -153,7 +153,7 @@ Use ah::effects to generate javascript that allows you to implement transitional and cinematic effects to html elements. You will need to consult the scriptaculous documentation -http://wiki.script.aculo.us/scriptaculous/tags/effects to know what +http://madrobby.github.io/scriptaculous/core-effects/ to know what kinds of effects and what kinds of options you can pass to the effect script.

@@ -185,7 +185,7 @@ Drag and Drop Sortables :

Sortables are documented in the scriptaculous wiki http://wiki.script.aculo.us/scriptaculous/show/Sortables.
+ href="http://madrobby.github.io/scriptaculous/sortable/">http://madrobby.github.io/scriptaculous/sortable/.
For sortables to work you will need to define a container which will hold the elements you want to be sortable.