Skip to content

Commit 9c6569e

Browse files
committed
Fix URLs in docs
1 parent 1aa5257 commit 9c6569e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_target/src/spec/targets/wasm32_wasi.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//! NB: This target is in the process of being renamed to
22
//! `wasm32-wasi-preview1`. For more information see:
33
//!
4-
//! * https://github.com/rust-lang/compiler-team/issues/607
5-
//! * https://github.com/rust-lang/compiler-team/issues/695
4+
//! * <https://github.com/rust-lang/compiler-team/issues/607>
5+
//! * <https://github.com/rust-lang/compiler-team/issues/695>
66
77
use crate::spec::Target;
88

0 commit comments

Comments
 (0)