From c3d8cbdcb583eea862649f2bc6dc9f66de78de3a Mon Sep 17 00:00:00 2001 From: Lilith Orion Hafner Date: Mon, 26 Feb 2024 17:46:18 +0000 Subject: [PATCH] Fix broken link on documentation homepage --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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