From e56e4a1aa3bfa2113bdbbe0afa65b03d7cfeb7e0 Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Sun, 22 Jan 2023 14:41:19 -0800 Subject: [PATCH] Update the links on the main home page to the new wiki. --- main.fnl | 6 +++--- wiki/index.fnl | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/main.fnl b/main.fnl index 3ddf393..91f0f1f 100644 --- a/main.fnl +++ b/main.fnl @@ -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 {}] diff --git a/wiki/index.fnl b/wiki/index.fnl index f9b6b7c..163a9c9 100644 --- a/wiki/index.fnl +++ b/wiki/index.fnl @@ -7,6 +7,7 @@ " + Fennel wiki: %s -- 2.38.5