Skip to content

Commit

Permalink
Fix broken links in contributing docs (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
talSofer authored Mar 14, 2021
1 parent b406755 commit eadb5ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
Expand Down

0 comments on commit eadb5ba

Please sign in to comment.