Skip to content

Commit 6260125

Browse files
authored
[docs] Fix links in github user guide - graphite section
Mistakenly used markdown style rather than rst in #104499.
1 parent 7615c0b commit 6260125

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

llvm/docs/GitHub.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ aren't associated with a pull-request **will be deleted**.
2626
Using Graphite for stacked Pull Requests
2727
========================================
2828

29-
[Graphite](https://app.graphite.dev/) is a stacked pull request tool supported
30-
by the LLVM repo (the other being [reviewable.io](https://reviewable.io)).
29+
`Graphite <https://app.graphite.dev/>`_ is a stacked pull request tool supported
30+
by the LLVM repo (the other being `reviewable.io <https://reviewable.io>`_).
3131

32-
Graphite will want to create branches under `llvm/llvm-project` rather than your
32+
Graphite will want to create branches under ``llvm/llvm-project`` rather than your
3333
private fork, so the guidance above, about branch naming, is critical, otherwise
34-
`gt submit` (i.e. publish your PRs for review) will fail.
34+
``gt submit`` (i.e. publish your PRs for review) will fail.
3535

36-
Use `gt config` then `Branch naming settings` and `Set a prefix for branch names`.
37-
Include the last `/`.
36+
Use ``gt config`` then ``Branch naming settings`` and ``Set a prefix for branch names``.
37+
Include the last ``/``.
3838

3939
If you didn't do the above and Graphite created non-prefixed branches, a simple way to
40-
unblock is to rename (`git -m <old name> <new name>`), and then checkout the branch
41-
and `gt track`.
40+
unblock is to rename (``git -m <old name> <new name>``), and then checkout the branch
41+
and ``gt track``.
4242

4343
Pull Requests
4444
=============

0 commit comments

Comments
 (0)