diff --git a/docs/src/index.md b/docs/src/index.md index f7cc0a7f7..4d48f72fc 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -9,7 +9,7 @@ - Type promotion: - Symbols (`Sym`s) carry type information. ([read more](#creating_symbolic_expressions)) - Compound expressions composed of `Sym`s propagate type information. ([read more](#expression_interface)) -- Set of extendable [simplification rules](#simplification). +- Set of extendable [simplification rules](#Simplification). ## Creating symbolic expressions