diff --git a/app/routes/install.js b/app/routes/install.js new file mode 100644 index 00000000000..5fe7848e233 --- /dev/null +++ b/app/routes/install.js @@ -0,0 +1,7 @@ +import Route from '@ember/routing/route'; + +export default Route.extend({ + redirect() { + window.location = 'http://doc.crates.io/'; + }, +}); diff --git a/app/templates/install.hbs b/app/templates/install.hbs index 9eae38554fd..3ea8e0543d8 100644 --- a/app/templates/install.hbs +++ b/app/templates/install.hbs @@ -4,36 +4,5 @@
-Rust comes with Cargo by default, so the easiest way to get Cargo is to
-install Rust via
-the official binary installers.
+ Redirecting you to http://doc.crates.io/
…
- To install just Cargo, the current recommended installation method is - through the official nightly builds. Note that Cargo will also require that - Rust is already installed on the - system. -
- -