summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatjaž Lamut <matjaz.lamut@gmail.com>2021-12-24 18:16:34 +0000
committerMatjaž Lamut <matjaz.lamut@gmail.com>2021-12-24 18:16:34 +0000
commit58697d98b22a686b9b8e16c2b1fbc0c4fa7dd374 (patch)
treecf0dead6fc6275e1ffd5c978d57086e03cc81a57
parent826553f2beedbcaab26bf225a9452b4d6a0dca21 (diff)
Fix links in the collada documentation. Exporter now points to OpenMW's official repo and the example suite link now points to the actual place it needs to.
-rw-r--r--docs/source/reference/modding/custom-models/pipeline-blender-collada-static-models.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/reference/modding/custom-models/pipeline-blender-collada-static-models.rst b/docs/source/reference/modding/custom-models/pipeline-blender-collada-static-models.rst
index a2073f0e56..5cb336a305 100644
--- a/docs/source/reference/modding/custom-models/pipeline-blender-collada-static-models.rst
+++ b/docs/source/reference/modding/custom-models/pipeline-blender-collada-static-models.rst
@@ -14,14 +14,14 @@ Requirements
To use the Blender to OpenMW pipeline via COLLADA, you will need the following.
* `OpenMW 0.47 <https://openmw.org/downloads/>`_ or later
-* `Blender 2.81 <https://www.blender.org/download/>`_ or later. Latest confirmed, working version is Blender 3.0
-* `OpenMW COLLADA Exporter <https://github.com/Lamoot/collada-exporter>`_
+* `Blender 2.83 <https://www.blender.org/download/>`_ or later. Latest confirmed, working version is Blender 3.0
+* `OpenMW COLLADA Exporter <https://github.com/openmw/collada-exporter>`_
* A model you would like to export. In our case, it's a barrel.
The Barrel
********
The barrel shown in this tutorial, and its revelant files, are available from
-the `Example Suite repository <https://gitlab.com/OpenMW/example-suite/-/tree/master/example_static_object>`_.
+the `Example Suite repository <https://gitlab.com/OpenMW/example-suite/-/tree/master/example_static_props>`_.
This should be useful for further study of how to set up a static prop in case
the tutorial is not clear on any particular thing.