From f3768f4dd9a54b28b5526442559b4c9fa281b585 Mon Sep 17 00:00:00 2001 From: Adam Henley Date: Thu, 28 Mar 2024 08:36:54 +1300 Subject: [PATCH] [ISSUE-2774] Remove duplicate link from parallel letter frequency documentation Signed-off-by: Adam Henley --- .../parallel-letter-frequency/.docs/instructions.append.md | 1 - 1 file changed, 1 deletion(-) diff --git a/exercises/practice/parallel-letter-frequency/.docs/instructions.append.md b/exercises/practice/parallel-letter-frequency/.docs/instructions.append.md index 001450265..a5fc18e63 100644 --- a/exercises/practice/parallel-letter-frequency/.docs/instructions.append.md +++ b/exercises/practice/parallel-letter-frequency/.docs/instructions.append.md @@ -30,7 +30,6 @@ you started. We recommend looking over these before starting this exercise: - [Concurrency in the Golang Book](https://www.golang-book.com/books/intro/10) - [A Tour of Go's concurrency section](https://tour.golang.org/concurrency/1) -- [Golang Book: Concurrency](https://www.golang-book.com/books/intro/10) - [DigitalOcean Golang Tutorial: How To Run Multiple Functions Concurrently in Go](https://www.digitalocean.com/community/tutorials/how-to-run-multiple-functions-concurrently-in-go) - [Synchronizing Go Routines with Channels and WaitGroups](https://dev.to/sophiedebenedetto/synchronizing-go-routines-with-channels-and-waitgroups-3ke2) - [Buffered Channels and Worker Pools](https://golangbot.com/buffered-channels-worker-pools/)