Skip to content

Commit 81fada5

Browse files
Merge pull request #674 from ArnoStrouwen/patch-1
Fix unclickable link
2 parents 1b4b405 + 24774dd commit 81fada5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/IR.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ at the top, an `Equation`, normally written as `op1 ~ op2`, defines the
99
symbolic equality between two operations.
1010

1111
### Types
12-
`Sym`, `Term`, and `FnType` are from `SymbolicUtils.jl`. For more details,
13-
checkout https://juliasymbolics.github.io/SymbolicUtils.jl/api/. Note that in
12+
`Sym`, `Term`, and `FnType` are from [SymbolicUtils.jl](https://juliasymbolics.github.io/SymbolicUtils.jl/api/). Note that in
1413
ModelingToolkit, we always use `Sym{Real}`, `Term{Real}`, and
1514
`FnType{Tuple{Any}, Real}`. To get the arguments of a `Term` use
1615
`arguments(t::Term)`, and to get the operation of a `Term` use

0 commit comments

Comments
 (0)