Quellcode durchsuchen

Changed links to javadoc to open in frames.

mitm vor 6 Jahren
Ursprung
Commit
622248da49
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      src/docs/asciidoc/jme3/matrix.adoc

+ 2 - 2
src/docs/asciidoc/jme3/matrix.adoc

@@ -1,4 +1,4 @@
-= matrix
+= Matrix
 :author:
 :revnumber:
 :revdate: 2016/03/17 20:48
@@ -10,7 +10,7 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 == Matrix
 
-See link:http://javadoc.jmonkeyengine.org/com/jme3/math/Matrix3f.html[Javadoc of Matrix3f] and link:http://javadoc.jmonkeyengine.org/com/jme3/math/Matrix4f.html[Javadoc of Matrix4f]
+See link:https://javadoc.jmonkeyengine.org/index.html?com/jme3/math/Matrix3f.html[Javadoc of Matrix3f] and link:https://javadoc.jmonkeyengine.org/index.html?com/jme3/math/Matrix4f.html[Javadoc of Matrix4f]
 
 
 === Definition