diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c60cfd42..2068677ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This changelog format is based on [Keep a Changelog](https://keepachangelog.com/ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased](https://github.com/eth-brownie/brownie) +### Fixed +- Typo in link to mixes ([#886](https://github.com/eth-brownie/brownie/pull/886)) ## [1.12.2](https://github.com/eth-brownie/brownie/tree/v1.12.2) - 2020-12-04 ### Added diff --git a/brownie/_cli/bake.py b/brownie/_cli/bake.py index f15929eb6..d24995756 100644 --- a/brownie/_cli/bake.py +++ b/brownie/_cli/bake.py @@ -17,7 +17,7 @@ Brownie mixes are ready-made templates that you can use as a starting point for your own project, or as a part of a tutorial. -For a complete list of Brownie mixes visit https://www.github.com/brownie-mixes +For a complete list of Brownie mixes visit https://www.github.com/brownie-mix """