Browse Source

Merge pull request #14179 from mrdoob/docs-3d-model-help

Docs: Recommend forum for help with 3D models.
Mr.doob 7 years ago
parent
commit
5bcf681c98
1 changed files with 6 additions and 9 deletions
  1. 6 9
      docs/manual/introduction/Loading-3D-models.html

+ 6 - 9
docs/manual/introduction/Loading-3D-models.html

@@ -117,16 +117,13 @@
   <p>
   <p>
     If you've gone through the troubleshooting process above and your model
     If you've gone through the troubleshooting process above and your model
     still isn't working, the right approach to asking for help will get you to
     still isn't working, the right approach to asking for help will get you to
-    a solution faster. Whenever possible, include your model (or a simpler
-    model with the same problem) in any formats you have available. Include
-    enough information for someone else to reproduce the issue quickly —
-    ideally, a live demo.
+    a solution faster. Post a question on the
+    <a href="https://discourse.threejs.org/">three.js forum</a> and, whenever possible,
+    include your model (or a simpler model with the same problem) in any formats
+    you have available. Include enough information for someone else to reproduce
+    the issue quickly — ideally, a live demo.
   </p>
   </p>
 
 
-  <p>
-    TODO: Do we recommend model-related questions go to GitHub, Stack Overflow,
-    or the Discourse forum?
-  </p>
 </body>
 </body>
 
 
-</html>
+</html>