Browse Source

Documentation tweaks.

Lasse Öörni 12 years ago
parent
commit
8da3fa5860
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Docs/GettingStarted.dox
  2. 1 1
      Docs/Urho3D.dox

+ 1 - 1
Docs/GettingStarted.dox

@@ -691,7 +691,7 @@ Now you should be ready to compile HelloWorld.cpp. The resulting executable will
 
 
 \page EditorInstructions Editor instructions
 \page EditorInstructions Editor instructions
 
 
-The Urho3D editor is a script application that can be run with the Urho3D main executable. To start, execute either of these commands: (in the Bin directory) Editor.bat or Urho3D Scripts/Editor.as
+The Urho3D editor is a script application that can be run with the Urho3D script host application. To start, execute any of these commands: (in the Bin directory) Editor.bat, Editor.sh or Urho3D Scripts/Editor.as
 
 
 Hint: to get some content to look at, run the Physics sample application (Bin/Data/Scripts/11_Physics.as), and press F5. This saves a scene file called Physics.xml into the Data/Scenes subdirectory, which can be loaded in the editor. The NinjaSnowWar scene also exists in the Data/Scenes subdirectory, and the NinjaSnowWar object "prefabs" are in the Data/Objects subdirectory.
 Hint: to get some content to look at, run the Physics sample application (Bin/Data/Scripts/11_Physics.as), and press F5. This saves a scene file called Physics.xml into the Data/Scenes subdirectory, which can be loaded in the editor. The NinjaSnowWar scene also exists in the Data/Scenes subdirectory, and the NinjaSnowWar object "prefabs" are in the Data/Objects subdirectory.
 
 

+ 1 - 1
Docs/Urho3D.dox

@@ -10,8 +10,8 @@ For getting started, see:
 
 
 \ref Building "Building Urho3D" <br>
 \ref Building "Building Urho3D" <br>
 \ref Running "Running Urho3D script host application" <br>
 \ref Running "Running Urho3D script host application" <br>
-\ref Examples "Example applications" <br>
 \ref UsingLibrary "Using Urho3D as external library" <br>
 \ref UsingLibrary "Using Urho3D as external library" <br>
+\ref Examples "Example applications" <br>
 \ref Structure "Overall structure" <br>
 \ref Structure "Overall structure" <br>
 \ref Conventions "Conventions" <br>
 \ref Conventions "Conventions" <br>
 \ref EditorInstructions "Editor instructions" <br>
 \ref EditorInstructions "Editor instructions" <br>