From f2ce731e0abb23a780d982830077783b7c923877 Mon Sep 17 00:00:00 2001 From: Aleks Rutins Date: Mon, 9 Jun 2025 13:39:01 -0400 Subject: [PATCH] fix Phlexite link --- views/base_layout.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/base_layout.rb b/views/base_layout.rb index ff3bb2d..562ec8d 100644 --- a/views/base_layout.rb +++ b/views/base_layout.rb @@ -39,7 +39,7 @@ module BC p { plain "Built with " - a(href: "https://docs.farthergate.com/s/phlexite") { "Phlexite" } + a(href: "https://docs.farthergate.com/phlexite") { "Phlexite" } plain ", " a(href: "https://mauriciopoppe.github.io/function-plot/") { "Function Plot" } plain ", and "