From 8db1d3b3e6fe11409ede548b70ee8c731b451dcd Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 30 Jul 2018 17:19:51 -0400 Subject: [PATCH] Attempt to fix URL --- _posts/2018-07-31-Released-Cyclone-Scheme-0.9.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_posts/2018-07-31-Released-Cyclone-Scheme-0.9.md b/_posts/2018-07-31-Released-Cyclone-Scheme-0.9.md index 72f4b6d9..59979d34 100644 --- a/_posts/2018-07-31-Released-Cyclone-Scheme-0.9.md +++ b/_posts/2018-07-31-Released-Cyclone-Scheme-0.9.md @@ -3,5 +3,6 @@ layout: post title: Released Cyclone Scheme 0.9 excerpt: This release significantly improves garbage collection performance by using lazy sweeping. --- +{%include base.html %} -This release significantly improves garbage collection performance by using [lazy sweeping](docs/Garbage-Collection-Using-Lazy-Sweeping.md). +This release significantly improves garbage collection performance by using [lazy sweeping]({{ base }}docs/Garbage-Collection-Using-Lazy-Sweeping).