Update Welcome.hs

This commit is contained in:
Rebecca 2022-03-07 12:29:54 -08:00 committed by GitHub
parent 58a17753b6
commit 97430c70b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,7 +158,7 @@ authorSuggestion =
[ P.wrap "📜 🪶 You might want to set up your author information next.",
P.wrap "Type" <> P.hiBlue " create.author" <> " to create an author for this codebase",
P.group (P.newline <> P.wrap "Read about how to link your author to your code at"),
P.wrap $ P.blue "https://www.unison-lang.org/docs/tooling/configuration/"
P.wrap $ P.blue "https://www.unison-lang.org/learn/tooling/configuration/"
]
getStarted :: FilePath -> IO (P.Pretty P.ColorText)