소스 검색

fix links

mitm001 5 년 전
부모
커밋
66054fa527
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      docs/modules/contributions/pages/gui/tonegodgui/panel.adoc
  2. 1 1
      docs/modules/contributions/pages/gui/tonegodgui/window.adoc

+ 1 - 1
docs/modules/contributions/pages/gui/tonegodgui/panel.adoc

@@ -66,4 +66,4 @@ setIgnoreMouse(true);
 
 ----
 
-You can disable any of the default behaviors of the Panel class by using the methods described in the <<jme3/contributions/tonegodgui/element#,Element>> class.
+You can disable any of the default behaviors of the Panel class by using the methods described in the xref:gui/tonegodgui/element.adoc[Element] class.

+ 1 - 1
docs/modules/contributions/pages/gui/tonegodgui/window.adoc

@@ -59,7 +59,7 @@ Window win = new Window(screen, "win", new Vector2f(15, 15), new Vector2f(400, 3
 
 [NOTE]
 ====
-Once again, default behaviors, such as moving, and resizing can be disabled calling the appropriate setters from the <<jme3/contributions/tonegodgui/element#,Element>> class.
+Once again, default behaviors, such as moving, and resizing can be disabled calling the appropriate setters from the xref:gui/tonegodgui/element.adoc[Element] class.
 ====