diff options
Diffstat (limited to 'build/docs/sccache-dist.rst')
-rw-r--r-- | build/docs/sccache-dist.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/docs/sccache-dist.rst b/build/docs/sccache-dist.rst index edd9ead909..594c19f5fd 100644 --- a/build/docs/sccache-dist.rst +++ b/build/docs/sccache-dist.rst @@ -68,7 +68,7 @@ must read:: will contain the version of ``rustc`` used by automation builds, which may lag behind stable for a few days after Rust releases, which is specified by the task definition in - `this file <https://hg.mozilla.org/mozilla-central/file/tip/taskcluster/ci/toolchain/dist-toolchains.yml>`_. + `this file <https://hg.mozilla.org/mozilla-central/file/tip/taskcluster/kinds/toolchain/dist-toolchains.yml>`_. For instance, to specify 1.37.0 rather than the current stable, run ``rustup toolchain add 1.37.0`` and point to ``/path/to/home/.rustup/toolchains/1.37.0-x86_64-apple-darwin/bin/rustc`` in your |