From 22908073198c7c6569ea1e8c29876c772c158371 Mon Sep 17 00:00:00 2001 From: Carl Fredrik Samson Date: Sat, 1 Feb 2020 18:14:51 +0100 Subject: [PATCH] added missing link --- src/7_conclusion.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/7_conclusion.md b/src/7_conclusion.md index 05caf41..f29cd54 100644 --- a/src/7_conclusion.md +++ b/src/7_conclusion.md @@ -62,9 +62,9 @@ series about implementing your own executors, and he just released a post on how to accomplish just this you can visit [here](https://stjepang.github.io/2020/01/31/build-your-own-executor.html). He knows what he's talking about so I recommend following that. -In the [bonus_spawn]() branch of the example repository you can also find an -extremely simplified (and worse) way of accomplishing the same in only a -few lines of code. +In the [bonus_spawn](https://github.com/cfsamson/examples-futures/tree/bonus_spawn) +branch of the example repository you can also find an extremely simplified +(and worse) way of accomplishing the same in only a few lines of code. ## Further reading