Skip to content

Commit

Permalink
Fix doc links using absolute path (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
epernod authored Jan 12, 2024
1 parent 107ede1 commit 09ada06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -1602,4 +1602,7 @@ DOT_CLEANUP = YES
HTML_EXTRA_STYLESHEET = .github/doxygen-awesome-css/doxygen-awesome.css

INPUT += doc/README.md
INPUT += doc/modeling/theory.md
INPUT += doc/modeling/implementation.md

USE_MDFILE_AS_MAINPAGE = doc/README.md
4 changes: 2 additions & 2 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ It also presents some examples of use and lists the current limitations.


## 2. Documentation cover:
- [Modeling theory](modeling/theory.md)
- [Modeling scene implementation](modeling/implementation.md)
- [Modeling theory](https://github.com/sofa-framework/BeamAdapter/blob/master/doc/modeling/theory.md)
- [Modeling scene implementation](https://github.com/sofa-framework/BeamAdapter/blob/master/doc/modeling/implementation.md)


## 3. Technical roadmap
Expand Down

0 comments on commit 09ada06

Please sign in to comment.