@@ -25,7 +25,7 @@ macro_rules! not_implemented {
2525///
2626/// [dlmalloc]: https://crates.io/crates/dlmalloc
2727/// [talc]: https://crates.io/crates/talc
28- /// [rustix-dlmalloc]: https://github.com/sunfishcode /rustix-dlmalloc
28+ /// [rustix-dlmalloc]: https://crates.io/crates /rustix-dlmalloc
2929pub mod memory_allocation {
3030 not_implemented ! ( malloc) ;
3131 not_implemented ! ( realloc) ;
@@ -223,15 +223,15 @@ pub mod higher_level {
223223 not_implemented ! ( execvpe) ;
224224 not_implemented ! ( wordexp) ;
225225
226- /// See [rustix-openpty](https://github.com/sunfishcode /rustix-openpty).
226+ /// See [rustix-openpty](https://crates.io/crates /rustix-openpty).
227227 pub fn closefrom ( ) {
228228 unimplemented ! ( )
229229 }
230- /// See [rustix-openpty](https://github.com/sunfishcode /rustix-openpty).
230+ /// See [rustix-openpty](https://crates.io/crates /rustix-openpty).
231231 pub fn login_tty ( ) {
232232 unimplemented ! ( )
233233 }
234- /// See [rustix-openpty](https://github.com/sunfishcode /rustix-openpty).
234+ /// See [rustix-openpty](https://crates.io/crates /rustix-openpty).
235235 pub fn openpty ( ) {
236236 unimplemented ! ( )
237237 }
@@ -241,9 +241,9 @@ pub mod higher_level {
241241 /// For Rust < 1.70, see [is-terminal]. For a rustix-based implementation,
242242 /// see [rustix-is-terminal].
243243 ///
244- /// [`std::io::IsTerminal`]: https://doc.rust-lang.org/stable/ std/io/trait. IsTerminal.html
244+ /// [`std::io::IsTerminal`]: std::io:: IsTerminal
245245 /// [is-terminal]: https://crates.io/crates/is-terminal
246- /// [rustix-is-terminal]: https://github.com/sunfishcode /rustix-is-terminal
246+ /// [rustix-is-terminal]: https://crates.io/crates /rustix-is-terminal
247247 pub fn isatty ( ) {
248248 unimplemented ! ( )
249249 }
0 commit comments