M main.fnl => main.fnl +3 -3
@@ 132,10 132,10 @@
"Come meet the Fennel community and make friends at any of our"
[:a {:href "/events"} "community events."]]
[:p {} "Take a look at the"
- [:a {:href "https://github.com/bakpakin/Fennel/wiki/Codebases"}
+ [:a {:href "https://wiki.fennel-lang.org/Codebases"}
"list of codebases"] "written in Fennel if you want to get a"
" feel for how larger projects look. The"
- [:a {:href "https://github.com/bakpakin/Fennel/wiki/Cookbook"}
+ [:a {:href "https://wiki.fennel-lang.org/Cookbook"}
"cookbook"] "has smaller self-contained examples."]
[:p {} "Community interactions are subject to the"
[:a {:href "/coc"} "code of conduct."]]
@@ 147,7 147,7 @@
"Bug reports"] "are tracked in Sourcehut or"
[:a {:href "https://github.com/bakpakin/Fennel/issues"} "Github."]]
[:p {} "There is also"
- [:a {:href "https://github.com/bakpakin/Fennel/wiki"} "a wiki"]
+ [:a {:href "https://wiki.fennel-lang.org"} "a wiki"]
" for collecting ideas."]
[:hr {}]
M wiki/index.fnl => wiki/index.fnl +1 -0
@@ 7,6 7,7 @@
"<!DOCTYPE html>
<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"\" xml:lang=\"\">
<head>
+ <meta charset=\"utf-8\" />
<link rel=\"stylesheet\" href=\"https://fennel-lang.org/fennel.css\"></link>
<link rel=\"stylesheet\" href=\"https://code.cdn.mozilla.net/fonts/fira.css\"/>
<title>Fennel wiki: %s</title>