From eadb5bad88d24e5b2b0f8f57659fe134c9207e33 Mon Sep 17 00:00:00 2001 From: talSofer Date: Sun, 14 Mar 2021 17:01:23 +0200 Subject: [PATCH] Fix broken links in contributing docs (#1625) --- docs/contributing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index ed277411a8c..b285ca65641 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -27,7 +27,7 @@ Before you get started, we ask that you: Want to report a bug or request a feature? Please [open an issue](https://github.com/treeverse/lakeFS/issues/new) -Working on your first Pull Request? You can learn how from this free series, [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github). +Working on your first Pull Request? You can learn how from this free series, [How to Contribute to an Open Source Project on GitHub](https://app.egghead.io/playlists/how-to-contribute-to-an-open-source-project-on-github). ## Setting up an Environment @@ -36,7 +36,7 @@ Working on your first Pull Request? You can learn how from this free series, [Ho Our [Go release workflow](https://github.com/treeverse/lakeFS/blob/master/.github/workflows/goreleaser.yaml) holds under _go-version_ the Go version we currently use. 1. Install the required dependencies for your OS: - 1. [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) + 1. [Git](https://git-scm.com/downloads) 1. [GNU make](https://www.gnu.org/software/make/) (probably best to install from your OS package manager such as apt or brew) 1. [Docker](https://docs.docker.com/get-docker/) 1. [Go](https://golang.org/doc/install)