소스 검색

Fixed link,.

mitm 6 년 전
부모
커밋
b3ba1dea99
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/docs/asciidoc/jme3/matrix.adoc

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

@@ -112,7 +112,7 @@ jME includes two types of Matrix classes: Matrix3f and Matrix4f. Matrix3f is a 3
 
 === Transformations
 
-Multiplying a <<jme3/terminology#vectors#,Vector>> with a Matrix allows the Vector to be transformed. Either rotating, scaling or translating that Vector.
+Multiplying a <<jme3/terminology#vectors,Vector>> with a Matrix allows the Vector to be transformed. Either rotating, scaling or translating that Vector.
 
 
 ==== Scaling