Skip to content

Commit 87b9ecf

Browse files
JohnTitormark-i-m
authored andcommitted
Fix link for armhf-gnu Dockerfile
1 parent 689eca4 commit 87b9ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/intro.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ emulation on Travis. The following will take a look at how a target's tests
266266
are run under emulation.
267267

268268
The Docker image for [armhf-gnu] includes [QEMU] to emulate the ARM CPU
269-
architecture. Included in the Rust tree are the tools [remote-test-client]
269+
architecture. Included in the Rust tree are the tools [remote-test-client]
270270
and [remote-test-server] which are programs for sending test programs and
271271
libraries to the emulator, and running the tests within the emulator, and
272272
reading the results. The Docker image is set up to launch
@@ -279,7 +279,7 @@ communicate with the server to coordinate running tests (see
279279
>
280280
> It's also unclear to me how the wasm or asm.js tests are run.
281281
282-
[armhf-gnu]: https://github.com/rust-lang/rust/tree/master/src/ci/docker/armhf-gnu
282+
[armhf-gnu]: https://github.com/rust-lang/rust/tree/master/src/ci/docker/host-x86_64/armhf-gnu/Dockerfile
283283
[QEMU]: https://www.qemu.org/
284284
[remote-test-client]: https://github.com/rust-lang/rust/tree/master/src/tools/remote-test-client
285285
[remote-test-server]: https://github.com/rust-lang/rust/tree/master/src/tools/remote-test-server

0 commit comments

Comments
 (0)