From 9ac859cf05168379ce553226562fe21ddfeea8a0 Mon Sep 17 00:00:00 2001 From: Philip Adams Date: Sat, 5 Dec 2020 15:44:10 -0500 Subject: [PATCH 1/2] fix: correct link to mixes --- brownie/_cli/bake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """ From aa281e13de78ba593bfeeaef57e56ad52929c218 Mon Sep 17 00:00:00 2001 From: Philip Adams Date: Sat, 5 Dec 2020 16:03:09 -0500 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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