diff --git a/doc/sphinx/source/examples/Hyperbolic/1D/Burgers1D.md b/doc/sphinx/source/examples/Hyperbolic/1D/Burgers1D.md index 181a656f..574f826a 100644 --- a/doc/sphinx/source/examples/Hyperbolic/1D/Burgers1D.md +++ b/doc/sphinx/source/examples/Hyperbolic/1D/Burgers1D.md @@ -18,4 +18,4 @@ The wave is allowed to propagate across the domain while the area under the curv This example is implemented in: - [MATLAB/ OCTAVE](https://github.com/csrc-sdsu/mole/blob/main/examples/matlab_octave/burgers1D.m) -- [C++](https://github.com/csrc-sdsu/mole/blob/main/examples/cpp/Burgers1D.cpp) +- [C++](https://github.com/csrc-sdsu/mole/blob/main/examples/cpp/burgers1D.cpp) diff --git a/examples/cpp/Burgers1D.cpp b/examples/cpp/burgers1D.cpp similarity index 100% rename from examples/cpp/Burgers1D.cpp rename to examples/cpp/burgers1D.cpp diff --git a/examples/cpp/Poisson2D.cpp b/examples/cpp/poisson2D.cpp similarity index 100% rename from examples/cpp/Poisson2D.cpp rename to examples/cpp/poisson2D.cpp diff --git a/examples/cpp/Schrodinger2D.cpp b/examples/cpp/schrodinger2D.cpp similarity index 100% rename from examples/cpp/Schrodinger2D.cpp rename to examples/cpp/schrodinger2D.cpp