From d793d2f9bae9817c57dbd3287e840e81887f8aaa Mon Sep 17 00:00:00 2001 From: Ben Isenhart Date: Sat, 22 Feb 2025 12:51:13 -0500 Subject: [PATCH] Fix link to samples --- site/Site.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/Site.fs b/site/Site.fs index fcff8e0..37c9967 100644 --- a/site/Site.fs +++ b/site/Site.fs @@ -158,7 +158,7 @@ module View = [ Text.raw "docs" ] Elem.a [ Attr.href "https://github.com/pimbrouwers/Falco"; Attr.title "Fork Falco on GitHub"; Attr.alt "Falco GitHub Link"; Attr.targetBlank; Attr.class' "dib mh2 ml3-l no-underline white-90 hover-white" ] [ Text.raw "code" ] - Elem.a [ Attr.href "https://github.com/pimbrouwers/Falco/tree/master/samples"; Attr.title "Falco code samples"; Attr.alt "Faclo code samples link"; Attr.class' "dib ml2 mh3-l no-underline white-90 hover-white" ] + Elem.a [ Attr.href "https://github.com/pimbrouwers/Falco/tree/master/examples"; Attr.title "Falco code samples"; Attr.alt "Faclo code samples link"; Attr.class' "dib ml2 mh3-l no-underline white-90 hover-white" ] [ Text.raw "samples" ] Elem.a [ Attr.href "https://github.com/pimbrouwers/Falco/discussions"; Attr.title "Need help?"; Attr.alt "Faclo GitHub discussions link"; Attr.class' "dib ml2 mh3-l no-underline white-90 hover-white" ] [ Text.raw "help" ]