From 0a4b44bfb9e6d2208273fcab2405f97816036de8 Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 25 Dec 2024 20:56:43 -0800 Subject: [PATCH] Fix the README Slack link (#2016) The README Slack link points to the Gophers Slack but is not an invite link Fixes #2013 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4e76e09c..2021039d9 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ It's not too long and it's ok for you to "skim" it (or even just read the first If you're not ready to contribute code yet, there are plenty of other great ways to get involved: -- Come talk to us in the `#athens` channel in the [Gophers slack](http://gophers.slack.com/). We’re a really friendly group, so come say hi and join us! Ping me (`@arschles` on slack) in the channel and I’ll give you the lowdown +- Come talk to us in the `#athens` channel in the [Gophers slack](https://join.slack.com/t/gophers/shared_invite/zt-2x2fraaj5-Gai4CThbNTLvXKOxhbrDOQ). We’re a really friendly group, so come say hi and join us! Ping me (`@arschles` on slack) in the channel and I’ll give you the lowdown - Get familiar with the technology. There's lots to read about. Here are some places to start: - [Gentle Introduction to the Project](https://medium.com/@arschles/project-athens-c80606497ce1) - the basics of why we started this project - [The Download Protocol](https://medium.com/@arschles/project-athens-the-download-protocol-2b346926a818) - the core API that the proxy implements and the `go` CLI uses to download packages