소스 검색

Links fixed.

Rainer Klute 9 년 전
부모
커밋
c34e623b40
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      plugins/org.yakindu.sct.doc.user/src/user-guide/generating_code.textile

+ 2 - 2
plugins/org.yakindu.sct.doc.user/src/user-guide/generating_code.textile

@@ -2060,9 +2060,9 @@ Voilà! The wizard creates a new generator project for you with a structure as s
 
 h3. Executing the custom code generator
 
-To test your custom code generator, create a new project containing a YAKINDU Statechart Tools model as described in the "Getting started" tutorial chapter "Creating a statechart model" (TODO: link).
+To test your custom code generator, create a new project containing a YAKINDU Statechart Tools model as described in section ""Editing statecharts"":../user-guide/editing_statecharts.html#editing-statecharts.
 
-After that, create a new generator model as described in chapter "Generating code". Select _Custom Xtend2/Java based code generator_ as the generator to use. As you may have noticed, the generator model for the @yakindu::generic@ generator contains an additional feature called _Generator_. This is where you can specify the name of your custom generator project and the fully-qualified generator class name as shown below. 
+After that, create a new generator model as described in section ""Configuring a generator"":#configuring-a-generator. Select _Custom Xtend2/Java based code generator_ as the generator to use. As you may have noticed, the generator model for the @yakindu::generic@ generator contains an additional feature called _Generator_. This is where you can specify the name of your custom generator project and the fully-qualified generator class name as shown below. 
 
 bc(prettyprint).. 
 GeneratorModel for yakindu::generic {