Skip to content

Commit 39f0b52

Browse files
authored
Fix readme (#311)
* Change file name. * Fix documentation links.
1 parent 3fa507c commit 39f0b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ svMultiPhysics is an open-source, parallel, finite element multi-physics solver
2626

2727
svMultiPhysics is a C++ implementation of the Fortran [svFSI](https://github.com/SimVascular/svFSI) multi-physics finite element solver designed for computational modeling of the cardiovascular system. The C++ implementation is essentially a line-by-line translation of the svFSI Fortran code and therefore uses a procedural rather than an object oriented programming paradigm. The code will be incrementally refactored into an object oriented code.
2828

29-
The [SimVascular svMultiPhysics Documentation](https://simvascular.github.io/documentation/svmultiphysics.html) provides documentation describing how to use the svMultiPhysics solver. It also has developer guide describing the code organization and some implementation details.
29+
The [SimVascular svMultiPhysics Documentation](https://simvascular.github.io/documentation/multi_physics.html) provides documentation describing how to use the svMultiPhysics solver. It also has developer guide describing the code organization and some implementation details.
3030

31-
The [svMultiPhysics Internal Code Documentation](https://simvascular.github.io/svmultiphysics/index.html) provides documentation of the svMultiPhysics source code. It is automatically generated using [Doxygen](https://www.doxygen.nl).
31+
The [svMultiPhysics Internal Code Documentation](https://simvascular.github.io/multi_physics/index.html) provides documentation of the svMultiPhysics source code. It is automatically generated using [Doxygen](https://www.doxygen.nl).
3232

3333
<!--- =================================================================================== -->
3434
<!--- Docker container -->

0 commit comments

Comments
 (0)