From b39dbdd982c9998b9a6b5fc188875a149eb0b170 Mon Sep 17 00:00:00 2001 From: Ryan Zoeller Date: Thu, 13 May 2021 23:37:16 -0500 Subject: Use https instead of http --- src/sys/mman.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sys/mman.rs') diff --git a/src/sys/mman.rs b/src/sys/mman.rs index 63a0779c..34c76635 100644 --- a/src/sys/mman.rs +++ b/src/sys/mman.rs @@ -372,7 +372,7 @@ pub unsafe fn madvise(addr: *mut c_void, length: size_t, advise: MmapAdvise) -> /// Set protection of memory mapping. /// -/// See [`mprotect(3)`](http://pubs.opengroup.org/onlinepubs/9699919799/functions/mprotect.html) for +/// See [`mprotect(3)`](https://pubs.opengroup.org/onlinepubs/9699919799/functions/mprotect.html) for /// details. /// /// # Safety -- cgit v1.2.3