Fixed link to documentation

Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
This commit is contained in:
Karsten Thoms 2017-03-02 04:52:55 +01:00
parent 2d6140d345
commit 2070a18a5b
2 changed files with 4 additions and 4 deletions

View file

@ -62,7 +62,7 @@ class OutlineTreeProviderFragment2 extends AbstractStubGeneratingFragment {
/**
* Customization of the default outline structure.
*
* See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#outline
* See https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#outline
*/
public class «grammar.outlineTreeProviderClass.simpleName» extends «
"org.eclipse.xtext.ui.editor.outline.impl.DefaultOutlineTreeProvider".typeRef» {
@ -76,7 +76,7 @@ class OutlineTreeProviderFragment2 extends AbstractStubGeneratingFragment {
/**
* Customization of the default outline structure.
*
* See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#outline
* See https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#outline
*/
class «grammar.outlineTreeProviderClass.simpleName» extends «
"org.eclipse.xtext.ui.editor.outline.impl.DefaultOutlineTreeProvider".typeRef» {

View file

@ -88,7 +88,7 @@ public class OutlineTreeProviderFragment2 extends AbstractStubGeneratingFragment
_builder.append("*");
_builder.newLine();
_builder.append(" ");
_builder.append("* See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#outline");
_builder.append("* See https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#outline");
_builder.newLine();
_builder.append(" ");
_builder.append("*/");
@ -123,7 +123,7 @@ public class OutlineTreeProviderFragment2 extends AbstractStubGeneratingFragment
_builder.append("*");
_builder.newLine();
_builder.append(" ");
_builder.append("* See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#outline");
_builder.append("* See https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#outline");
_builder.newLine();
_builder.append(" ");
_builder.append("*/");