Changeset 9140
- Timestamp:
- 07/01/08 20:58:15 (2 months ago)
- Files:
-
- apps/reference/trunk/templates/publish.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
apps/reference/trunk/templates/publish.js
r8738 r9140 60 60 // references pointing into the Packages.helma namespace 61 61 else if (!itemName.indexOf('Packages.helma.')) 62 itemUrl = 'http s://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'; 64 64 65 65 // other references pointing into the Packages namespace