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 -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</span>
  has a pair of javascript functions that alllow
 programmers to use XMLHTTP. The ajax.updater and ajax.request
-functions. See <a href="http://wiki.script.aculo.us/scriptaculous/show/Ajax.Updater">http://wiki.script.aculo.us/scriptaculous/show/Ajax.Updater</a>
+functions. See <a href="http://api.prototypejs.org/ajax/Ajax/Updater/">http://api.prototypejs.org/ajax/Ajax/Updater/</a>
 
-and <a href="http://wiki.script.aculo.us/scriptaculous/show/Ajax.Request">http://wiki.script.aculo.us/scriptaculous/show/Ajax.Request</a>
+and <a href="http://api.prototypejs.org/ajax/Ajax/Request/">http://api.prototypejs.org/ajax/Ajax/Request/</a>
 
 for more information about these javascript functions.<br>
 <br>
@@ -135,7 +135,7 @@
 </span>
 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 <a href="http://wiki.script.aculo.us/scriptaculous/tags/effects" target="_blank">http://wiki.script.aculo.us/scriptaculous/tags/effects</a>
+You will need to consult the scriptaculous documentation <a href="http://madrobby.github.io/scriptaculous/core-effects/" target="_blank">http://madrobby.github.io/scriptaculous/core-effects/</a>
 
 to know what kinds of effects and what kinds of options you can
 pass to the effect script.<br>
@@ -168,7 +168,7 @@
 <span style="font-weight: bold;">Drag and Drop Sortables :<br><br>
 </span>
  Sortables are documented in the scriptaculous wiki
-<a href="http://wiki.script.aculo.us/scriptaculous/show/Sortables">http://wiki.script.aculo.us/scriptaculous/show/Sortables.</a>
+<a href="http://madrobby.github.io/scriptaculous/sortable/">http://madrobby.github.io/scriptaculous/sortable/</a>.
 <br>
 
 
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 -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</span> has a pair of javascript functions that alllow
 programmers to use XMLHTTP. The ajax.updater and ajax.request
 functions. See <a
- href="http://wiki.script.aculo.us/scriptaculous/show/Ajax.Updater">http://wiki.script.aculo.us/scriptaculous/show/Ajax.Updater</a>
+ href="http://api.prototypejs.org/ajax/Ajax/Updater/">http://api.prototypejs.org/ajax/Ajax/Updater/</a>
 and <a
- href="http://wiki.script.aculo.us/scriptaculous/show/Ajax.Request">http://wiki.script.aculo.us/scriptaculous/show/Ajax.Request</a>
+ href="http://api.prototypejs.org/ajax/Ajax/Request/">http://api.prototypejs.org/ajax/Ajax/Request/</a>
 for more information about these javascript functions.<br>
 <br>
 The Tcl API is used like this<br>
@@ -153,7 +153,7 @@
 </span>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
-<a href="http://wiki.script.aculo.us/scriptaculous/tags/effects" target="_blank">http://wiki.script.aculo.us/scriptaculous/tags/effects</a> to know what
+<a href="http://madrobby.github.io/scriptaculous/core-effects/" target="_blank">http://madrobby.github.io/scriptaculous/core-effects/</a> to know what
 kinds of
 effects and what kinds of options you can pass to the effect script.<br>
 <br>
@@ -185,7 +185,7 @@
   <span style="font-weight: bold;">Drag and Drop Sortables :<br>
   <br>
   </span>Sortables are documented in the scriptaculous wiki <a
- href="http://wiki.script.aculo.us/scriptaculous/show/Sortables">http://wiki.script.aculo.us/scriptaculous/show/Sortables.</a><br>
+ href="http://madrobby.github.io/scriptaculous/sortable/">http://madrobby.github.io/scriptaculous/sortable/</a>.<br>
   For sortables to work you will need to define a container which will
   hold the elements you want to be sortable.<br>
   <br>