From 919ee9fec883db03cf486d2833cbddb9e003a854 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 30 May 2017 15:07:14 +0200 Subject: [PATCH] link to previous blog post --- blog/_posts/2017-05-30-tribulations-canbuildfrom.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/_posts/2017-05-30-tribulations-canbuildfrom.md b/blog/_posts/2017-05-30-tribulations-canbuildfrom.md index 9e18bbcc7..ba6825343 100644 --- a/blog/_posts/2017-05-30-tribulations-canbuildfrom.md +++ b/blog/_posts/2017-05-30-tribulations-canbuildfrom.md @@ -9,8 +9,8 @@ title: Tribulations of CanBuildFrom infamous abstraction of the current collections. It is mainly criticised for making scary type signatures. -Our ongoing [collections redesign](https://github.com/scala/collection-strawman) is an opportunity -to try alternative designs. This blogposts explains the (many!) problems solved by `CanBuildFrom` +Our ongoing collections redesign ([blog post](http://www.scala-lang.org/blog/2017/02/28/collections-rework.html), [GitHub repo](https://github.com/scala/collection-strawman)) is an opportunity +to try alternative designs. This post explains the (many!) problems solved by `CanBuildFrom` and the alternative solutions implemented in the new collections. ## Transforming the elements of a collection