]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Additional fix for the '#19480 [CEA 19477] MEDCOUPLING tutorials migration' issue. rnv/19480
authorrnv <rnv@opencascade.com>
Tue, 23 Jun 2020 15:25:34 +0000 (18:25 +0300)
committerrnv <rnv@opencascade.com>
Tue, 23 Jun 2020 15:25:34 +0000 (18:25 +0300)
doc/developer/doxygen/doxfiles/index.dox
doc/developer/doxygen/doxfiles/start/start.dox

index a8555f4441779867c760757bf1be9b6f916c97fa..2f690680d4d4d0dd39b15d2e23cdaa2f17c6629d 100644 (file)
@@ -10,7 +10,7 @@ simulation codes (meshes and fields mainly).
 The most common usage is to write dedicated code (C++ or Python) linking to the library. However a graphical user interface is also available; for this please refer to the MED module documentation.
 
 - If you don't know where to start, reading the \ref start "getting started" section and then
-taking a look at the <a class="el" href="tutorial/index.html">tutorial</a> is probably a good way to go.
+taking a look at the <a class="el" href="../tutorial/index.html">tutorial</a> is probably a good way to go.
 - If you are looking for a very specific point (how can I build a mesh from scratch,
  how do I write my data to a file, etc ...), taking a look at the \ref faq "FAQ" or at the numerous
  \ref examples "code examples" might help.
@@ -29,7 +29,7 @@ This documentation is organized as follows:
     - \ref library
     - \ref functionalities
     - \ref python-api
-- <a class="el" href="tutorial/index.html">Tutorial - MEDCoupling/MEDLoader in Python</a>
+- <a class="el" href="../tutorial/index.html">Tutorial - MEDCoupling/MEDLoader in Python</a>
 - \ref reference
     - \ref medcoupling
     - \ref medloader
index 4f59b088da343116f6ee5e2e3e0d355ae13161c1..0b733c3d7db3b5bce2d9009aeeee0d34f941a0c9 100644 (file)
@@ -4,7 +4,7 @@
 If you are completely new to MED, this page will help you grasp the main concepts
 used overall in the \ref library "MED world", and have an idea of what you can achieve with MED.
 
-The <a class="el" href="tutorial/index.html">tutorial</a> is also a good way to start.
+The <a class="el" href="../tutorial/index.html">tutorial</a> is also a good way to start.
 
 Once you are familiar with those concepts, more detailed explanations are available
 in the \ref reference "reference manual".