Thanks so much for creating these tutorial pages! I'm enjoying learning to use LAMMPS. The "Going further with exercises" parts are good learning experiences; I try to figure out the answers without looking at the solutions you've given.
The broken links show up on "Solutions to the exercises", https://lammpstutorials.github.io/sphinx/build/html/non-tutorials/solutions.html.
That page contains multiple sentences like: "You can download the working input I wrote." That link (the first on that page that is broken) points to https://lammpstutorials.github.io/.dependencies/lammpstutorials-inputs/tutorial1/exercises/broken/input.lammps.
The page with the problem links is in the lammpstutorials.github.io repository and is:
docs/sphinx/source/non-tutorials/solutions.rst
Here's the code on that page, starting at line 12:
the imposed *temperature*. You can download the
working |input_broken_solution| I wrote. These are the main commands:
.. |input_broken_solution| raw:: html
<a href="../../../../../.dependencies/lammpstutorials-inputs/tutorial1/exercises/broken/input.lammps" target="_blank">input</a>
I suspect the problem is that the "lammpstutorials-inputs" part of that path is actually pointing to a different repository, rather than a directory.
Thanks so much for creating these tutorial pages! I'm enjoying learning to use LAMMPS. The "Going further with exercises" parts are good learning experiences; I try to figure out the answers without looking at the solutions you've given.
The broken links show up on "Solutions to the exercises", https://lammpstutorials.github.io/sphinx/build/html/non-tutorials/solutions.html.
That page contains multiple sentences like: "You can download the working input I wrote." That link (the first on that page that is broken) points to https://lammpstutorials.github.io/.dependencies/lammpstutorials-inputs/tutorial1/exercises/broken/input.lammps.
The page with the problem links is in the lammpstutorials.github.io repository and is:
docs/sphinx/source/non-tutorials/solutions.rst
Here's the code on that page, starting at line 12:
I suspect the problem is that the "lammpstutorials-inputs" part of that path is actually pointing to a different repository, rather than a directory.