mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Fixes wrong link in CONTRIBUTING.md (#81809)
The link to the "Where or how should I add documentation" had some extra characters. Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytorch/pytorch/pull/81809 Approved by: https://github.com/zou3519
This commit is contained in:
parent
ae5c166035
commit
0985188c8f
1 changed files with 1 additions and 1 deletions
|
|
@ -443,7 +443,7 @@ These are the docs that you see over at [our docs website](https://pytorch.org/d
|
|||
- **Developer facing documentation**:
|
||||
Developer facing documentation is spread around our READMEs in our codebase and in
|
||||
the [PyTorch Developer Wiki](https://pytorch.org/wiki).
|
||||
If you're interested in adding new developer docs, please read this [page on the wiki](https://github.com/pytorch/pytorch/wiki/Where-or-how-should-I-add-documentation%3F) on our best practices for where to put it.
|
||||
If you're interested in adding new developer docs, please read this [page on the wiki](https://github.com/pytorch/pytorch/wiki/Where-or-how-should-I-add-documentation) on our best practices for where to put it.
|
||||
|
||||
The rest of this section is about user-facing documentation.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue