Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/community/contribution_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The PyTorch Contribution Process
--------------------------------

The PyTorch organization is governed by `PyTorch
Governance </docs/community/governance.html>`__.
Governance </docs/stable/community/governance.html>`__.

The PyTorch development process involves a healthy amount of open
discussions between the core development team and the community.
Expand Down Expand Up @@ -303,7 +303,7 @@ copied to the docs folder in the master branch of
and is served via GitHub pages.

- Site: http://pytorch.org/docs
- GitHub: http://github.com/pytorch/pytorch/docs
- GitHub: https://github.com/pytorch/pytorch/tree/master/docs
- Served from:
`https://github.com/pytorch/pytorch.github.io/tree/master/doc <https://github.com/pytorch/pytorch.github.io/tree/master/docs>`__

Expand Down
6 changes: 3 additions & 3 deletions docs/source/community/governance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Core Developers

The PyTorch project is developed by a team of core developers. You can
find the list of core developers at `PyTorch Governance \| Persons of
Interest </docs/community/persons_of_interest.html>`__.
Interest </docs/stable/community/persons_of_interest.html>`__.

While membership is determined by presence in the "PyTorch core" team in
the "PyTorch"
Expand Down Expand Up @@ -135,8 +135,8 @@ discuss.
relatively minor, a pull request on GitHub can be opened up immediately
for review and merge by the project committers. For larger changes,
please open an issue to make a proposal to discuss prior. Please also
see the **`PyTorch Contributor
Guide </docs/community/contribution_guide.html>`__** for contribution
see the `PyTorch Contributor
Guide </docs/stable/community/contribution_guide.html>`__ for contribution
guidelines.

**Q: Can I become a committer on the project?** Unfortunately, the
Expand Down