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:
Raziel 2022-07-23 19:19:38 +00:00 committed by PyTorch MergeBot
parent ae5c166035
commit 0985188c8f

View file

@ -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.