Attempt to fix URL

This commit is contained in:
Justin Ethier 2018-07-30 17:19:51 -04:00
parent 61a9457204
commit 8db1d3b3e6

View file

@ -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).