From 1cd76eac7045e3a34500f36190be23d1d0bbc805 Mon Sep 17 00:00:00 2001 From: odow Date: Mon, 4 Mar 2024 12:08:19 +1300 Subject: [PATCH] Update --- docs/src/tutorials/getting_started/transitioning_from_matlab.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorials/getting_started/transitioning_from_matlab.jl b/docs/src/tutorials/getting_started/transitioning_from_matlab.jl index 929a67b2aa6..83c154ef89f 100755 --- a/docs/src/tutorials/getting_started/transitioning_from_matlab.jl +++ b/docs/src/tutorials/getting_started/transitioning_from_matlab.jl @@ -92,7 +92,7 @@ m[2] # arrays are rather slow. This is not a problem in Julia: a vector of matrices # is almost as fast as a 3-dimensional array. -# ## Constraints +# ## [Constraints](@id matlab_constraints) # As in the case of variables, in most cases there is a direct translation # between the packages: