diff --git a/compiler-core/src/error.rs b/compiler-core/src/error.rs index 942570a9812..b3f578cc143 100644 --- a/compiler-core/src/error.rs +++ b/compiler-core/src/error.rs @@ -1098,7 +1098,7 @@ https://gleam.run/getting-started/installing/", ), "rebar3" => text.push_str( " -Documentation for installing rebar3 can be viewed here: +Documentation for installing Rebar3 can be viewed here: https://rebar3.org/docs/getting-started/", ), "deno" => text.push_str( @@ -1118,7 +1118,7 @@ https://nodejs.org/en/download/package-manager/all/", ), "bun" => text.push_str( " -Documentation for installing bun can be viewed here: +Documentation for installing Bun can be viewed here: https://bun.sh/docs/installation/", ), "git" => text.push_str( diff --git a/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_bun_linux_other.snap b/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_bun_linux_other.snap index 4033a158775..dcf78684aab 100644 --- a/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_bun_linux_other.snap +++ b/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_bun_linux_other.snap @@ -4,5 +4,5 @@ expression: "err[0].text" --- The program `bun` was not found. Is it installed? -Documentation for installing bun can be viewed here: +Documentation for installing Bun can be viewed here: https://bun.sh/docs/installation/ diff --git a/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_bun_linux_ubuntu.snap b/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_bun_linux_ubuntu.snap index 4033a158775..dcf78684aab 100644 --- a/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_bun_linux_ubuntu.snap +++ b/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_bun_linux_ubuntu.snap @@ -4,5 +4,5 @@ expression: "err[0].text" --- The program `bun` was not found. Is it installed? -Documentation for installing bun can be viewed here: +Documentation for installing Bun can be viewed here: https://bun.sh/docs/installation/ diff --git a/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_bun_macos_other.snap b/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_bun_macos_other.snap index 17e036eba38..9b4ef605e02 100644 --- a/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_bun_macos_other.snap +++ b/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_bun_macos_other.snap @@ -6,5 +6,5 @@ The program `bun` was not found. Is it installed? You can install Bun via homebrew: brew install oven-sh/bun/bun -Documentation for installing bun can be viewed here: +Documentation for installing Bun can be viewed here: https://bun.sh/docs/installation/ diff --git a/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_rebar3_linux_other.snap b/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_rebar3_linux_other.snap index ccc724f8ccf..f2b79118537 100644 --- a/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_rebar3_linux_other.snap +++ b/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_rebar3_linux_other.snap @@ -4,5 +4,5 @@ expression: "err[0].text" --- The program `rebar3` was not found. Is it installed? -Documentation for installing rebar3 can be viewed here: +Documentation for installing Rebar3 can be viewed here: https://rebar3.org/docs/getting-started/ diff --git a/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_rebar3_linux_ubuntu.snap b/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_rebar3_linux_ubuntu.snap index ccc724f8ccf..f2b79118537 100644 --- a/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_rebar3_linux_ubuntu.snap +++ b/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_rebar3_linux_ubuntu.snap @@ -4,5 +4,5 @@ expression: "err[0].text" --- The program `rebar3` was not found. Is it installed? -Documentation for installing rebar3 can be viewed here: +Documentation for installing Rebar3 can be viewed here: https://rebar3.org/docs/getting-started/ diff --git a/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_rebar3_macos_other.snap b/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_rebar3_macos_other.snap index dbfcfcbfe3b..78ec9c211c2 100644 --- a/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_rebar3_macos_other.snap +++ b/compiler-core/src/error/snapshots/gleam_core__error__tests__shell_program_not_found_rebar3_macos_other.snap @@ -6,5 +6,5 @@ The program `rebar3` was not found. Is it installed? You can install Rebar3 via homebrew: brew install rebar3 -Documentation for installing rebar3 can be viewed here: +Documentation for installing Rebar3 can be viewed here: https://rebar3.org/docs/getting-started/