Fix contribution_guide docs (#18237)
authorkshitij12345 <kshitijkalambarkar@gmail.com>
Thu, 21 Mar 2019 20:10:34 +0000 (13:10 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 21 Mar 2019 20:20:57 +0000 (13:20 -0700)
Summary:
Fixes Typo and a Link in the `docs/source/community/contribution_guide.rst`
Pull Request resolved: https://github.com/pytorch/pytorch/pull/18237

Differential Revision: D14566907

Pulled By: ezyang

fbshipit-source-id: 3a75797ab6b27d28dd5566d9b189d80395024eaf

docs/source/community/contribution_guide.rst

index f485345..8b95097 100644 (file)
@@ -78,7 +78,7 @@ here is the basic process.
 
    -  We'll try our best to minimize the number of review roundtrips and
       block PRs only when there are major issues. For the most common
-      issues in pull requests, take a look at `Common Mistakes </docs/community/contribution_guide.html#common-mistakes-to-avoid>`__.
+      issues in pull requests, take a look at `Common Mistakes <#common-mistakes-to-avoid>`__.
    -  Once a pull request is accepted and CI is passing, there is
       nothing else you need to do; we will merge the PR for you.
 
@@ -282,7 +282,7 @@ Frequently asked questions
    master or rebase with latest changes. Pushing your changes should
    re-trigger CI tests. If the tests persist, you'll want to trace
    through the error messages and resolve the related issues.
--  **What are the most high risk changes?** Anything that tourhces build
+-  **What are the most high risk changes?** Anything that touches build
    configuration is an risky area. Please avoid changing these unless
    you've had a discussion with the team beforehand.
 -  **Hey, a commit showed up on my branch, what's up with that?**