Skip to content

Commit 096fb0b

Browse files
Use /latest not /8.0 for URL on nto-qnx.md
1 parent 807ed6c commit 096fb0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/doc/rustc/src/platform-support/nto-qnx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ the SDP). Afterwards [`qcc`] (the QNX C/C++ compiler) should be available in
5757
your system PATH because it will be called during Rust compilation (e.g. for
5858
linking executables).
5959

60-
[`qcc`]: https://www.qnx.com/developers/docs/8.0/com.qnx.doc.neutrino.utilities/topic/q/qcc.html
60+
[`qcc`]: https://www.qnx.com/developers/docs/latest/com.qnx.doc.neutrino.utilities/topic/q/qcc.html
6161

6262
When linking `no_std` applications, they must link against `libc.so` (see
6363
example). This is required because applications always link against the `crt`

0 commit comments

Comments
 (0)