You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Fixed a wrong link to supported python versions in contributing.md file (huggingface#7638)
* Fixed a wrong link to python versions in contributing.md file.
* Updated the link to a permalink, so that it will permanently point to the specific line.
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -355,7 +355,7 @@ You will need basic `git` proficiency to be able to contribute to
355
355
manual. Type `git --help` in a shell and enjoy. If you prefer books, [Pro
356
356
Git](https://git-scm.com/book/en/v2) is a very good reference.
357
357
358
-
Follow these steps to start contributing ([supported Python versions](https://github.com/huggingface/diffusers/blob/main/setup.py#L265)):
358
+
Follow these steps to start contributing ([supported Python versions](https://github.com/huggingface/diffusers/blob/42f25d601a910dceadaee6c44345896b4cfa9928/setup.py#L270)):
359
359
360
360
1. Fork the [repository](https://github.com/huggingface/diffusers) by
361
361
clicking on the 'Fork' button on the repository's page. This creates a copy of the code
0 commit comments