Changeset 9140

Show
Ignore:
Timestamp:
07/01/08 20:58:15 (2 months ago)
Author:
zumbrunn
Message:

changed see tags pointing into the Packages.helma namespace to link to the api docs instead of the source repository

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • apps/reference/trunk/templates/publish.js

    r8738 r9140  
    6060                    // references pointing into the Packages.helma namespace 
    6161                    else if (!itemName.indexOf('Packages.helma.')) 
    62                         itemUrl = 'https://dev.helma.org/trac/helma/browser/helma/helma/trunk/src/'+ 
    63                             itemName.split('.').slice(1).join('/') +'.java'; 
     62                        itemUrl = 'http://adele.helma.org/download/helma/apidocs/api/'+ 
     63                            itemName.split('.').slice(1).join('/') +'.html'; 
    6464                     
    6565                    // other references pointing into the Packages namespace