Browse Source

Also fix the documentation link in the 'scaffolding' rake task.

Yao Wei Tjong 姚伟忠 11 years ago
parent
commit
d642deac1f
2 changed files with 3 additions and 2 deletions
  1. 1 1
      Rakefile
  2. 2 1
      Readme.txt

+ 1 - 1
Rakefile

@@ -43,7 +43,7 @@ task :scaffolding do
   abs_path = Pathname.new(abs_path).realpath
   puts "\nNew project created in #{abs_path}\n\n"
   puts "To build the new project, you may need to first define and export either 'URHO3D_HOME' or 'CMAKE_PREFIX_PATH' environment variable"
-  puts "Please see http://urho3d.github.io/documentation/_using_library.html for more detail. For example:\n\n"
+  puts "Please see http://urho3d.github.io/documentation/HEAD/_using_library.html for more detail. For example:\n\n"
   puts "$ URHO3D_HOME=#{Dir.pwd}; export URHO3D_HOME\n$ cd #{abs_path}\n$ ./cmake_gcc.sh -DURHO3D_64BIT=1 -DURHO3D_LUAJIT=1\n$ cd Build\n$ make\n\n"
 end
 

+ 2 - 1
Readme.txt

@@ -122,7 +122,8 @@ Get Doxygen from http://www.doxygen.org & Graphviz from http://www.graphviz.org.
 See section "Documentation build" below on how to automate documentation
 generation as part of the build process.
 
-The documentation is also available online at http://urho3d.github.io/documentation/HEAD/index.html
+The documentation is also available online at
+http://urho3d.github.io/documentation/HEAD/index.html
 
 
 Building prerequisites