hyperlink typo fix (#2680)

* hyperlink typo fix

* hyperlink typo fix
pull/2685/head
Harshit Arora 2 years ago committed by GitHub
parent e4f9d8b475
commit 085e592141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      content/roadmaps/109-golang/content/101-go-advanced/105-goroutines.md

@ -6,8 +6,8 @@ In Go, each of these concurrent tasks are called `Goroutines`.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://go.dev/tour/concurrency/1'>Goroutines</BadgeLink>
<BadgeLink badgeText='Read' herf='https://go.dev/doc/effective_go#goroutines'>Effective Go: Goroutines</BadgeLink>
<BadgeLink badgeText='Read' herf='https://www.geeksforgeeks.org/goroutines-concurrency-in-golang'>Goroutines in Golang</BadgeLink>
<BadgeLink badgeText='Read' href='https://go.dev/doc/effective_go#goroutines'>Effective Go: Goroutines</BadgeLink>
<BadgeLink badgeText='Read' href='https://www.geeksforgeeks.org/goroutines-concurrency-in-golang'>Goroutines in Golang</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=LvgVSSpwND8'>GoRoutines</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=V-0ifUKCkBI'>Understanding Concurrency</BadgeLink>
<BadgeLink badgeText='Read' href='https://gobyexample.com/goroutines'>Go by Example: Goroutines</BadgeLink>

Loading…
Cancel
Save