summaryrefslogtreecommitdiff
path: root/news/2011-q3.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'news/2011-q3.mdwn')
-rw-r--r--news/2011-q3.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/2011-q3.mdwn b/news/2011-q3.mdwn
index 83fc30a5..587a8b6e 100644
--- a/news/2011-q3.mdwn
+++ b/news/2011-q3.mdwn
@@ -71,7 +71,7 @@ Maksym Planeta finished a project he has been doing as a university task:
replace GNU Mach's old zone memory allocator with a new [[!wikipedia
slab_allocation desc="slab allocator"]] written by Richard Braun, who also
mentored Maksym during the project. [This
-allocator](http://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?h=mplaneta/libbraunr/master&id=59c9da87375ad3c8401890ecd4f7f101093f2463),
+allocator](https://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?h=mplaneta/libbraunr/master&id=59c9da87375ad3c8401890ecd4f7f101093f2463),
apart from being overally cleaner than the zone allocator, is meant to waste
less memory than the zone allocator (less fragmentation and more memory can be
reclaimed by the VM system), there are debugging/inspection features, and it's