Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2012-05-14 12:37:04 +0000
committerDani Megert2012-05-14 12:37:04 +0000
commit528a50842d4c4c5418ac547ae8ca2a90d0331ea1 (patch)
tree300a7ba057be6d65429537315960ce3ef0b08c7e
parent81a2276730a5e46c3e421aeb116e9a2675b09c1d (diff)
downloadeclipse.platform-528a50842d4c4c5418ac547ae8ca2a90d0331ea1.tar.gz
eclipse.platform-528a50842d4c4c5418ac547ae8ca2a90d0331ea1.tar.xz
eclipse.platform-528a50842d4c4c5418ac547ae8ca2a90d0331ea1.zip
Fixed bug 379407: Fix migration guide link in Welcome (aka intro)v20120514-1237I20120515-2300
-rw-r--r--platform/org.eclipse.platform/intro/whatsnewExtensionContent3.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/org.eclipse.platform/intro/whatsnewExtensionContent3.xml b/platform/org.eclipse.platform/intro/whatsnewExtensionContent3.xml
index 529203197..2443b3f39 100644
--- a/platform/org.eclipse.platform/intro/whatsnewExtensionContent3.xml
+++ b/platform/org.eclipse.platform/intro/whatsnewExtensionContent3.xml
@@ -2,8 +2,8 @@
<introContent>
<extensionContent id="org.eclipse.ui.workbench.migration" name="Porting Guide" alt-style="css/whatsnew.properties" style="css/whatsnew.css" path="whatsnew/@">
<group filter="plugin=org.eclipse.platform.doc.isv" style-id="content-group" id="content-group">
- <link label="Migration from the previous release" url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.platform.doc.isv/porting/eclipse_3_7_porting_guide.html" id="migration" style-id="content-link">
- <text>Learn what you need to do to make your old code work in Eclipse 3.7</text>
+ <link label="Migration from the previous release" url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.platform.doc.isv/porting/eclipse_3_8_porting_guide.html" id="migration" style-id="content-link">
+ <text>Learn what you need to do to make your old code work in Eclipse 3.8</text>
</link>
</group>
</extensionContent>

Back to the top