From 2bb5d68b6dab40cd29924d6c79023946832015e4 Mon Sep 17 00:00:00 2001 From: Toby Dylan Hocking Date: Wed, 4 Dec 2024 16:34:30 -0500 Subject: [PATCH] ecosystem -> ecosystems --- ecosystems/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecosystems/index.md b/ecosystems/index.md index a9e36131..547709a8 100644 --- a/ecosystems/index.md +++ b/ecosystems/index.md @@ -4,5 +4,5 @@ Our packages can be divided into three non-exclusive ecosystems: - [Linear Algebra](/ecosystems/linear-algebra/): Packages for dealing with matrices and matrix-like objects. For instance, for solving linear systems, or linear least-squares problems. -- [Models](/ecosystem/models/): Packages that define and access optimization models. -- [Solvers](/ecosystem/solvers/): Packages related to our solvers and the development of other solvers. \ No newline at end of file +- [Models](/ecosystems/models/): Packages that define and access optimization models. +- [Solvers](/ecosystems/solvers/): Packages related to our solvers and the development of other solvers.