Fixed linked to help (no longer in staging)
diff --git a/pages/new_in_2.3.html b/pages/new_in_2.3.html
index ee178a3..c93c7f6 100644
--- a/pages/new_in_2.3.html
+++ b/pages/new_in_2.3.html
@@ -9,7 +9,7 @@
// web:
var OTJLD_BASE = "http://www.objectteams.org/def/1.3.1"; //"../otjld/def"
// help: var OTJLD_BASE = "../otjld/def"
- var HELP_ROOT = "http://help.eclipse.org/staging/luna/topic" // only if not already replaced
+ var HELP_ROOT = "http://help.eclipse.org/luna/topic" // only if not already replaced
function replaceROOTS() {
var baseURLskip = document.URL.lastIndexOf("/");
var anchors = document.getElementsByTagName("a");