소스 검색

change to xref

mitm001 5 년 전
부모
커밋
39438d76d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/modules/tutorials/pages/beginner/hello_terrain.adoc

+ 1 - 1
docs/modules/tutorials/pages/beginner/hello_terrain.adoc

@@ -188,7 +188,7 @@ Texture splatting allows you create a custom material, and '`paint textures`' on
 
 [TIP]
 ====
-The jMonkeyEngine SDK comes with a <<sdk/terrain_editor#,TerrainEditor plugin>>. Using the TerrainEditor plugin, you can sculpt the terrain with the mouse, and save the result as heightmap. You can paint textures on the terrain and the plugin saves the resulting splat textures as alphamap(s). The following paragraphs describe the manual process for you. You can choose to create the terrain by hand, or using the <<sdk/terrain_editor#,TerrainEditor plugin>>.
+The jMonkeyEngine SDK comes with a xref:ROOT:sdk/terrain_editor.adoc[TerrainEditor plugin]. Using the TerrainEditor plugin, you can sculpt the terrain with the mouse, and save the result as heightmap. You can paint textures on the terrain and the plugin saves the resulting splat textures as alphamap(s). The following paragraphs describe the manual process for you. You can choose to create the terrain by hand, or using the <<sdk/terrain_editor#,TerrainEditor plugin>>.
 ====