Skip to content

Commit ba5d92e

Browse files
[llvm][Docs] Update MyFirstTypoFix doc (#79149)
I've not tried to change the purpose or style of the doc, just edited for clarity and removed any Phabricator related language in favour of GitHub terms. Where possible, I've swapped direct links to LLVM's website with RST links to the local documents. Which should be a bit more resilient. Also it's less confusing if you're editing multiple pages locally, you don't accidentally end up on the live site.
1 parent 378f7ad commit ba5d92e

File tree

4 files changed

+145
-127
lines changed

4 files changed

+145
-127
lines changed

llvm/docs/CodeReview.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _code_review_policy:
2+
13
=====================================
24
LLVM Code-Review Policy and Practices
35
=====================================

llvm/docs/DeveloperPolicy.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _developer_policy:
2+
13
=====================
24
LLVM Developer Policy
35
=====================
@@ -469,6 +471,8 @@ What are the expectations around a revert?
469471
* When re-applying a reverted patch, the commit message should be updated to
470472
indicate the problem that was addressed and how it was addressed.
471473

474+
.. _obtaining_commit_access:
475+
472476
Obtaining Commit Access
473477
-----------------------
474478

llvm/docs/GettingStarted.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,8 @@ Unix utilities. Specifically:
330330
.. _below:
331331
.. _check here:
332332

333+
.. _host_cpp_toolchain:
334+
333335
Host C++ Toolchain, both Compiler and Standard Library
334336
------------------------------------------------------
335337

0 commit comments

Comments
 (0)