Browse Source

Merge pull request #18529 from SaFrMo/patch-1

Fixing Creating-Text link
Mr.doob 5 years ago
parent
commit
ce686fd491
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/en/geometries/TextGeometry.html

+ 1 - 1
docs/api/en/geometries/TextGeometry.html

@@ -15,7 +15,7 @@
 		<p class="desc">
 			A class for generating text as a single geometry. It is constructed by providing a string of text, and a hash of
 			parameters consisting of a loaded [page:Font] and settings for the geometry's parent [page:ExtrudeGeometry].
-			See the [page:Font], [page:FontLoader] and [page:Creating_Text] pages for additional details.
+			See the [page:Font], [page:FontLoader] and [page:Creating-Text] pages for additional details.
 		</p>
 
 		<iframe id="scene" src="scenes/geometry-browser.html#TextGeometry"></iframe>