diff --git a/docs/documentation/case.md b/docs/documentation/case.md index 91a2b32af5..c45db89508 100644 --- a/docs/documentation/case.md +++ b/docs/documentation/case.md @@ -1,8 +1,8 @@ # Case Files -Example Python case files, also referred to as *input files*, can be found in the [examples/](examples/) directory. They print a Python dictionary containing input parameters for MFC. Their contents, and a guide to filling them out, are documented +Example Python case files, also referred to as *input files*, can be found in the [examples/](https://github.com/MFlowCode/MFC/tree/master/examples) directory. They print a Python dictionary containing input parameters for MFC. Their contents, and a guide to filling them out, are documented in the user manual. A commented, tutorial script -can also be found in [examples/3d_sphbubcollapse/](examples/3D_sphbubcollapse/case.py). +can also be found in [examples/3d_sphbubcollapse/](https://github.com/MFlowCode/MFC/blob/master/examples/3D_sphbubcollapse/case.py). ## Basic Skeleton