Bläddra i källkod

move link to list

mitm001 5 år sedan
förälder
incheckning
65c946a101
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1 2
      docs/modules/tutorials/pages/beginner/beginner.adoc

+ 1 - 2
docs/modules/tutorials/pages/beginner/beginner.adoc

@@ -3,7 +3,6 @@
 :revnumber:
 :revdate: 2020/07/06
 
-Get the source code at link:https://github.com/jMonkeyEngine/jmonkeyengine/tree/master/jme3-examples/src/main/java/jme3test/helloworld[jme3-examples/src/main/java/jme3test/helloworld/].
 
 The beginner tutorials demonstrate the most common use cases and explain basic concepts. We encourage you to run the sample codes and experiment with them. link:https://github.com/jMonkeyEngine/jmonkeyengine/tree/master/jme3-examples/src/main/java/jme3test[All example code] is included in the jMonkeyEngine SDK: Simply create a new project from the xref:ROOT:sdk/sample_code.adoc#the-jme3tests-project-template[JmeTests] template.
 
@@ -13,7 +12,7 @@ Note that Test apps in this example project are not necessarily the recommended
 [.right]
 image::beginner/beginner-physics.png[beginner-physics.png,width="360",height="291"]
 
-
+*  Get the source code at link:https://github.com/jMonkeyEngine/jmonkeyengine/tree/master/jme3-examples/src/main/java/jme3test/helloworld[jme3-examples/src/main/java/jme3test/helloworld/].
 *  Make sure you are familiar with basic xref:ROOT:jme3/terminology.adoc[3D game development concepts] such as xref:ROOT:jme3/the_scene_graph.adoc[the scene graph].
 *  See xref:ROOT:sdk/sample_code.adoc[Trouble running the samples] if you need help
 or try searching the wiki (search box is at the top of every wiki page) or using the link:https://hub.jmonkeyengine.org/search?expanded=true[forum search]. If that doesn't work try asking on the link:https://hub.jmonkeyengine.org/[forum] itself, make sure you learn link:https://hub.jmonkeyengine.org/t/how-to-type-code-blocks/31155[how to use code blocks] before doing so.