1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 14:55:41 +02:00

Bug 338635 - [releng] Retire or migrate the dsdp.eclipse.org vserver

This commit is contained in:
Martin Oberhuber 2011-05-02 15:44:33 +00:00
parent ad24567167
commit 146132be60

View file

@ -17,7 +17,8 @@ function handleLink(url){
} }
function externalizeLink(url){ function externalizeLink(url){
var base = "http://dsdp.eclipse.org/help/latest/index.jsp?topic=//org.eclipse.rse.doc.isv/guide/"; var base = "http://help.eclipse.org/helios/index.jsp?topic=//org.eclipse.rse.doc.isv/guide/";
//var base = "http://dsdp.eclipse.org/help/latest/index.jsp?topic=//org.eclipse.rse.doc.isv/guide/";
var oldsegs = url.href.split('/'); var oldsegs = url.href.split('/');
var name = oldsegs[oldsegs.length-1]; var name = oldsegs[oldsegs.length-1];