Skip to content

Commit

Permalink
Fix contributing link (#5960)
Browse files Browse the repository at this point in the history
* Fix broken contributor link. As this ultimately links to the actual contributing page, simply redirect to *CONTRIBUTING.md* instead of `#-contributing`

The 💙 emoji in the anchor does not actually resolve. Should be `#contributing`.
  • Loading branch information
mkly authored Oct 4, 2023
1 parent 6424354 commit de4592f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Then move into the cloned folder and install the project with `pip`, including t
cd haystack && pip install -e '.[dev]'
```

If you want to contribute to the Haystack repo, check our [Contributor Guidelines](#💙-contributing) first.
If you want to contribute to the Haystack repo, check our [Contributor Guidelines](https://github.com/deepset-ai/haystack/blob/main/CONTRIBUTING.md) first.

See the list of [dependencies](https://github.com/deepset-ai/haystack/blob/main/pyproject.toml) to check which ones you want to install (for example, `[all]`, `[dev]`, or other).

Expand Down

0 comments on commit de4592f

Please sign in to comment.