-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The webnoir.org points to wrong sources repo for the noir framework.
webnoir / src / webnoir / views / common.clj contains:
(def header-links [{:url "/#started" :text "Get Started"}
{:url "/tutorials" :text "Tutorials"}
{:url "http://groups.google.com/group/clj-noir" :text "Google Group"}
{:url "/docs/" :text "API"}
{:url "https://github.com/ibdknox/noir" :text "Src"}])
Should be:
(def header-links [{:url "/#started" :text "Get Started"}
{:url "/tutorials" :text "Tutorials"}
{:url "http://groups.google.com/group/clj-noir" :text "Google Group"}
{:url "/docs/" :text "API"}
{:url "https://github.com/noir-clojure/noir" :text "Src"}])
Metadata
Metadata
Assignees
Labels
No labels