mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-04 03:36:34 +02:00
Attempt to fix URL
This commit is contained in:
parent
61a9457204
commit
8db1d3b3e6
1 changed files with 2 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Reference in a new issue