mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-06 03:57:19 +00:00
Fix contributing link (#5960)
* 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`.
This commit is contained in:
parent
64243540fb
commit
de4592f6f1
@ -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).
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user