From 470a2c6df4e29f21374688bd6151888e77a50365 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 22 Jan 2021 22:12:35 -0500 Subject: [PATCH] Rename to 'winds' --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 70627b2f..d7b2d82d 100644 --- a/index.md +++ b/index.md @@ -22,7 +22,7 @@ Cyclone Scheme is a brand-new compiler that allows real-world application develo - A concurrent, generational garbage collector based on Cheney on the MTA - Includes an optimizing Scheme-to-C compiler, - ... as well as an interpreter for debugging -- A [Package Manager](https://github.com/cyclone-scheme/cyclone-winds) and a growing list of packages. +- A [Package Manager](https://github.com/cyclone-scheme/winds) and a growing list of packages. - Support for [many popular SRFI's](docs/API.md#srfi-libraries) - Online user manual and API documentation - Support for Linux, Windows, FreeBSD, and Mac platforms. @@ -100,7 +100,7 @@ Read the documentation below for more information on how to use Cyclone. ![Cyclone Winds](docs/images/cyclone-winds-small.png "Cyclone Winds") -The `cyclone-winds` package manager provides the ability to install packaged libraries and programs for Cyclone. See the [cyclone-winds](https://github.com/cyclone-scheme/cyclone-winds#cyclone-winds) site for more information. +The `winds` package manager provides the ability to install packaged libraries and programs for Cyclone. See the [winds](https://github.com/cyclone-scheme/winds#winds) site for more information. # Documentation