Prechádzať zdrojové kódy

Merge pull request #626 from Yakindu/doc_traffic_light_link

Documentation: link to traffic light example fixed.
Thomas Kutz 9 rokov pred
rodič
commit
3978bc5647

+ 1 - 1
plugins/org.yakindu.sct.doc.user/src/documentation.textile

@@ -2068,7 +2068,7 @@ The explanations below are using the _TrafficLight_ sample state machine to desc
 
 p=. The traffic light model
 
-You can checkout the C sample project "org.yakindu.sct.examples.c.trafficlight":https://github.com/Yakindu/statecharts/tree/master/examples/org.yakindu.sct.examples.c.trafficlight_ from the "YAKINDU Statechart Tools GitHub repository":https://github.com/Yakindu/statecharts. The C example contains statechart, SGen model, graphical widgets, and some glue code to connect the generated code with the widgets. The graphical widgets are based on Qt.
+You can checkout the C sample project "traffic_light":https://github.com/Yakindu/statecharts/tree/master/examples/traffic_light_ from the "YAKINDU Statechart Tools GitHub repository":https://github.com/Yakindu/statecharts. The C example contains statechart, SGen model, graphical widgets, and some glue code to connect the generated code with the widgets. The graphical widgets are based on Qt.
 
 To execute the C example, run the file _org_yakindu_sct_examples_c_trafficlight__ as _Local C/C++ application_ from the Eclipse _Run As_ context menu.