From 68ffb40979b9509e08beb7864f05cdb85dab1b08 Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Tue, 5 Nov 2024 00:23:14 -0600 Subject: [PATCH] Update make.jl --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index f88f9422c..d6ec2eeaa 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -29,7 +29,7 @@ makedocs( "Warm-start" => "warm-start.md", "Matrix-free operators" => "matrix_free.md", "Callbacks" => "callbacks.md", - "Custom Workspaces" => "custom_workspace.md", + "Custom Workspaces" => "custom_workspaces.md", "Performance tips" => "tips.md", "Tutorials" => ["CG" => "examples/cg.md", "CAR" => "examples/car.md",