Browse Source

Update link to packLDrawModel script extension (#31938)

Jake Johnson 6 months ago
parent
commit
98a40b43a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/examples/en/loaders/LDrawLoader.html

+ 1 - 1
docs/examples/en/loaders/LDrawLoader.html

@@ -104,7 +104,7 @@
 		<p>To pack a model with all its referenced files, download the
 		[link:https://www.ldraw.org/parts/latest-parts.html Official LDraw parts library]
 		and use the following Node script:
-		[link:https://github.com/mrdoob/three.js/blob/master/utils/packLDrawModel.js utils/packLDrawModel.js]
+		[link:https://github.com/mrdoob/three.js/blob/master/utils/packLDrawModel.mjs utils/packLDrawModel.mjs]
 		It contains instructions on how to setup the files and execute it.</p>
 
 		<h2>Metadata in .userData</h2>

粤ICP备19079148号