From 0b6dbacbc787558e32896d5fef31b5aaa3dabeb6 Mon Sep 17 00:00:00 2001 From: matthawkins90 Date: Fri, 22 Sep 2023 22:52:59 -0500 Subject: [PATCH] docs: Removed an old sketchy URL that appeared to be pwnd --- docs/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 2bf4833ee..e5cbbdcba 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -57,11 +57,11 @@ Only submit a PR once the intended edits are either done or nearing completion. ### Suggested Toolkit -- Go language distribution - latest release or latest-1 (e.g. 1.8.3 and 1.9). [download](https://golang.org/doc/install) +- Go - the [latest release](https://golang.org/doc/install) or the one immediately prior (e.g. 1.21 or 1.20). - git client with command line support. [download](https://git-scm.com/downloads) - [GitHub](https://github.com/) account - Visual Studio Code with Go extension plus `gometalinter` -- coffee, preferably black. [some good stuff](http://haiticoffeeacademy.com/) +- Coffee, preferably black. ### Git Workflow