Skip to content

Commit b2622c6

Browse files
Merge pull request #225 from SambokoHubert/fix_links
fix broken links and non-links
2 parents 9b7df6a + ec2f539 commit b2622c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ In addition to user resources, we recommend to also read the following:
7373
* WebODM documentation: https://docs.webodm.org
7474
* NodeODM API specification: https://github.com/OpenDroneMap/NodeODM/blob/master/docs/index.adoc
7575
* Overview of the ODM pipeline: http://community.opendronemap.org/t/where-can-i-find-background-information-on-the-concepts-of-odm/665/2
76-
* We keep a `section in our forum dedicated to research papers <http://community.opendronemap.org/c/ideas-proposals/research-papers>`_. This is a valuable place where to read more about state of the art research related to structure from motion, multi-view stereo, meshing, texturing, etc. which can be used to improve the software.
76+
* We keep a `section in our forum dedicated to research papers <https://community.opendronemap.org/c/learning/research-papers/12>`_. This is a valuable place where to read more about state of the art research related to structure from motion, multi-view stereo, meshing, texturing, etc. which can be used to improve the software.
7777

7878
`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-first-contribution>`_ and help improve `this page <https://github.com/OpenDroneMap/docs/blob/publish/source/faq.rst>`_!

source/outputs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Point Cloud
2121
``odm_texturing/odm_textured_model.obj`` -- The textured surface mesh
2222
``odm_texturing/odm_textured_model_geo.obj`` -- The georeferenced and textured surface mesh
2323

24-
You can access the point cloud and textured meshes using MeshLab. Open MeshLab, and choose File:Import Mesh and choose your textured mesh from a location similar to the following: ``odm_texturing\odm_textured_model.obj``
24+
You can access the point cloud and textured meshes using MeshLab. Open MeshLab, and choose ``File:Import Mesh`` and choose your textured mesh from a location similar to the following: ``odm_texturing\odm_textured_model.obj``
2525

2626
.. figure:: images/UR_3D.gif
2727
:alt: image of OpenDroneMap derived textured mesh
@@ -45,7 +45,7 @@ Orthophoto
4545
DTM/DSM
4646
^^^^^^^
4747

48-
DTM/DSM will only be created if the ``--dtm`` or ``--dsm`` options are used. See `tutorial on elevation models <https://docs.opendronemap.org/tutorials.html#creating-digital-elevation-models>`_ for more options in creating.
48+
DTM/DSM will only be created if the ``--dtm`` or ``--dsm`` options are used. See `tutorial on elevation models <../tutorials/#creating-digital-elevation-models>`_ for more options in creating.
4949

5050
Data will be stored in:
5151

0 commit comments

Comments
 (0)