Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@pm.me>2022-04-18 17:47:28 +0300
committerGitHub <noreply@github.com>2022-04-18 17:47:28 +0300
commit06cc3856b9019f73a6c45150db791177e94f0725 (patch)
tree28b434db0ab8d0df019307c77e52337da16a1d76
parentec80dc069b4f9217ebebe3918128309726493d64 (diff)
delete broken link (#1724)
found via: https://www.deadlinkchecker.com/website-dead-link-checker.asp
-rw-r--r--content/en/contribute/development.md2
1 files changed, 0 insertions, 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