From e43b80807459aae5936136384b243e9c84365bbc Mon Sep 17 00:00:00 2001 From: avery Date: Fri, 26 Aug 2022 12:01:34 -0500 Subject: [PATCH] fixup: license link --- installers/binstall/src/install.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/binstall/src/install.rs b/installers/binstall/src/install.rs index 89bd7eb8c..a5de36f2c 100644 --- a/installers/binstall/src/install.rs +++ b/installers/binstall/src/install.rs @@ -56,7 +56,7 @@ impl Installer { self.get_plugin_version(plugin_tarball_url) }?; if requires_elv2_license && !accept_elv2_license { - eprintln!("{} is licensed under the Elastic license, the full text can be found here: https://raw.githubusercontent.com/apollographql/rover/{}/plugins/{}/LICENSE", plugin_name, &version, plugin_name); + eprintln!("{} is licensed under the Elastic license, the full text can be found here: https://go.apollo.dev/elv2", plugin_name); eprintln!("By installing this plugin, you accept the terms and conditions outlined by this license."); self.prompt_accept_elv2_license(plugin_name.to_string())?; }