Skip to content

Commit e8f6324

Browse files
Fix doc links (#29)
* Fix further typos in docs! * Add compat for Julia version.
1 parent 4ab7c1c commit e8f6324

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ JutulDarcy = "0.3.1"
2727
Parameters = "0.12.3"
2828
StaticArrays = "1.9.16"
2929
Tullio = "0.3.8"
30-
LinearAlgebra = "1.12.0"
30+
LinearAlgebra = "1"
31+
julia = "1.10"

docs/src/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Pkg.instantiate()
2323

2424
This will activate the environment in the current directory and install all necessary dependencies. Mocca is now installed and ready to use.
2525

26-
A good starting example to try is [Direct Column Breakthrough simulation](simulate_DCB.md). Bear in mind that the first time you run the code in the Julia REPL it may take several minutes to run as Julia needs to compile all the necessary code. As long as you do not close the REPL, the second time you run the code will be much quicker!
26+
A good starting example to try is [Direct Column Breakthrough simulation](@ref). Bear in mind that the first time you run the code in the Julia REPL it may take several minutes to run as Julia needs to compile all the necessary code. As long as you do not close the REPL, the second time you run the code will be much quicker!

docs/src/quick_start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Direct Column breakthrough adsorption simulation using predefined input paramete
88

99
The example uses some utility functions which simplify the simulation setup.
1010
To see the steps used in more detail, please refer to the
11-
[Direct Column Breakthrough simulation](simulate_DCB.md) example.
11+
[Direct Column Breakthrough simulation](@ref) example.
1212

1313
```julia
1414
using Mocca

0 commit comments

Comments
 (0)