Skip to content

Commit

Permalink
Fix link in tutorial.md (#135)
Browse files Browse the repository at this point in the history
A link to the DFTK documentation was broken.
  • Loading branch information
joachimbrand authored Dec 23, 2024
1 parent e699797 commit d972833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ basis = PlaneWaveBasis(model, Ecut=30, kgrid=(5, 5, 5)
self_consistent_field(basis).energy.total
```
For more high-level examples see also:
- The [DFTK documentation page on AtomsBase](https://docs.dftk.org/stable/examples/atomsbase/).
- The [DFTK documentation page on AtomsBase](https://docs.dftk.org/stable/ecosystem/atomsbase/).
- The [AtomsIO documentation](https://mfherbst.github.io/AtomsIO.jl/stable)
Expand Down

0 comments on commit d972833

Please sign in to comment.