Skip to content

Commit

Permalink
[docs] Fix duplicate explicit target name: developer policy
Browse files Browse the repository at this point in the history
  • Loading branch information
tclin914 committed Jan 8, 2020
1 parent 7e7f849 commit f7ca0c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/docs/GettingStarted.rst
Expand Up @@ -494,8 +494,8 @@ Once a patch is reviewed, you should rebase it, re-test locally, and commit the
changes to LLVM's master branch. This is done using `git push` if you have the
required access rights. See `committing a change
<Phabricator.html#committing-a-change>`_ for Phabricator based commits or
`Developer Policy <DeveloperPolicy.html#obtaining-commit-access>`_ for commit
access.
`obtaining commit access <DeveloperPolicy.html#obtaining-commit-access>`_
for commit access.

LLVM currently has a linear-history policy, which means that merge commits are
not allowed. The `llvm-project` repo on github is configured to reject pushes
Expand Down

0 comments on commit f7ca0c7

Please sign in to comment.