From 06cc3856b9019f73a6c45150db791177e94f0725 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 18 Apr 2022 23:47:28 +0900 Subject: [PATCH] delete broken link (#1724) found via: https://www.deadlinkchecker.com/website-dead-link-checker.asp --- content/en/contribute/development.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/en/contribute/development.md b/content/en/contribute/development.md index dd92ec0a7..16489772e 100644 --- a/content/en/contribute/development.md +++ b/content/en/contribute/development.md @@ -416,7 +416,6 @@ Feel free to [open an issue][newissue] if you think you found a bug or you have * [Code School and GitHub's "Try Git" Tutorial][trygit] (Free) * [The Git Book][gitbook] (Free) * [Go Bootcamp][gobootcamp] -* [GitHub Pull Request Tutorial, Thinkful][thinkful] [codecademy]: https://www.codecademy.com/learn/learn-git @@ -432,5 +431,4 @@ Feel free to [open an issue][newissue] if you think you found a bug or you have [newissue]: https://github.com/gohugoio/hugo/issues/new [releases]: /getting-started/ [setupgopath]: https://golang.org/doc/code.html#Workspaces -[thinkful]: https://www.thinkful.com/learn/github-pull-request-tutorial/ [trygit]: https://try.github.io/levels/1/challenges/1