Skip to content

Commit

Permalink
Change urls
Browse files Browse the repository at this point in the history
to use `/docs` instead of `/learn`

Both still work but `/docs` is now the canonical URL
  • Loading branch information
pchiusano authored Dec 1, 2023
1 parent 95eabce commit 38c39ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unison-cli/src/Unison/CommandLine/Welcome.hs
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ 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/learn/tooling/configuration/"
P.wrap $ P.blue "https://www.unison-lang.org/docs/tooling/configuration/"
]

getStarted :: Bool -> P.Pretty P.ColorText
getStarted showWelcomeHint =
P.wrap "📚 Read the official docs at https://www.unison-lang.org/learn/"
P.wrap "📚 Read the official docs at https://www.unison-lang.org/docs/"
<> P.newline
<> P.newline
<> P.wrap (if showWelcomeHint
Expand Down

0 comments on commit 38c39ba

Please sign in to comment.