diff --git a/docs/api/functions/power.md b/docs/api/functions/power.md index 381955d..31e253e 100644 --- a/docs/api/functions/power.md +++ b/docs/api/functions/power.md @@ -39,4 +39,4 @@ Eye = C**0 > Don't use `C**(1/2)` because in Fortran an integer division, e.g. `1/2`, gives an integer `0` and this function will return the identity tensor instead of the square root. {: .important } -> For the evaluation of the tensorial square root, use [sqrt](squareroot.md) instead. \ No newline at end of file +> For the evaluation of the tensorial square root, use [sqrt]({% link api/functions/squareroot.md %}) instead. \ No newline at end of file