Skip to content

Wrong noir github repo #1

Description

@dbushenko

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions