Skip to content

Commit

Permalink
Fix link.
Browse files Browse the repository at this point in the history
  • Loading branch information
termi-official committed Mar 5, 2025
1 parent 88512ee commit 4dd8e51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/api-reference/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocTestSetup = :(using Thunderbolt)
```

# Models
# [Models](@id models-api)

## Coefficient

Expand Down
2 changes: 1 addition & 1 deletion docs/src/literate-tutorials/cm01_simple-active-stress.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ weak_boundary_conditions = (NormalSpringBC(1.0, "Epicardium"),)
mechanical_model = StructuralModel(:displacement, active_stress_model, weak_boundary_conditions)

# !!! tip
# A full list of all models can be found in the [API reference](api-reference/models/#Solid-Mechanics).
# A full list of all models can be found in the [API reference](@ref models-api).

# We now need to transform the space-time problem into a time-dependent problem by discretizing it spatially.
# This can be accomplished by the function semidiscretize, which takes a model and the disretization technique.
Expand Down

0 comments on commit 4dd8e51

Please sign in to comment.