Skip to content

Commit d054145

Browse files
committed
user_guide.md: Fix links
1 parent 7045d20 commit d054145

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/user_guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Models in MUSE2 are defined with one [TOML] file (`model.toml`) and many CSV fil
4747
description of each of the files and the different fields, see [the documentation for input files].
4848

4949
[TOML]: https://toml.io/en/
50-
[input-files-docs]: file_formats/input_files.md
50+
[the documentation for input files]: file_formats/input_files.md
5151

5252
### Creating a new model from an example
5353

@@ -88,13 +88,13 @@ output for your model in a subfolder called `new_model`. For information about h
8888
these files, see [the documentation for output files]. We also have some [example Jupyter
8989
notebooks].
9090

91+
[the documentation for output files]: file_formats/output_files.md
9192
[example Jupyter notebooks]: https://github.com/EnergySystemsModellingLab/MUSE2/tree/main/docs/notebooks
9293

9394
### Next steps
9495

9596
You will now want to configure the model for your own use case. You should start by looking at [the
96-
documentation for the input files][input-files-docs] for details of the different data types and
97-
parameters for MUSE2.
97+
documentation for input files] for details of the different data types and parameters for MUSE2.
9898

9999
Unfortunately, this may not be easy, especially if you are not already familiar with [MUSE1]. In the
100100
longer term, [we will have tutorials][tutorial-issue], so watch this space! In the meantime, if you

0 commit comments

Comments
 (0)