From 6dac38dd60c1fe8fe8727e1ca73facbf2417c629 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Sun, 14 Jan 2024 16:15:19 -0600 Subject: [PATCH] fix --- docs/documentation/case.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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