Skip to content

Commit 6a0a83b

Browse files
authored
Merge pull request #135 from bisen2/docs/examples-link
Fix link to samples on website
2 parents c13c5f3 + d793d2f commit 6a0a83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/Site.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ module View =
158158
[ Text.raw "docs" ]
159159
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" ]
160160
[ Text.raw "code" ]
161-
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" ]
161+
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" ]
162162
[ Text.raw "samples" ]
163163
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" ]
164164
[ Text.raw "help" ]

0 commit comments

Comments
 (0)