[llvm] [docs] Fix link appearing improperly (PR #131225)
Nicolas van Kempen via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 13 14:43:03 PDT 2025
https://github.com/nicovank created https://github.com/llvm/llvm-project/pull/131225
See current live website: https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access

Building locally, it appears correctly:

Feel free to merge immediately.
>From c9372d74ef5039dd6d91f2f991081e735da15174 Mon Sep 17 00:00:00 2001
From: Nicolas van Kempen <nvankemp at gmail.com>
Date: Thu, 13 Mar 2025 17:37:27 -0400
Subject: [PATCH] [docs] Fix link appearing improperly
---
llvm/docs/DeveloperPolicy.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst
index ead173e921678..14abd4c67ae2a 100644
--- a/llvm/docs/DeveloperPolicy.rst
+++ b/llvm/docs/DeveloperPolicy.rst
@@ -539,9 +539,9 @@ What are the expectations around a revert?
Obtaining Commit Access
-----------------------
-Once you have 3 or more merged pull requests, you may use this
-link <https://github.com/llvm/llvm-project/issues/new?title=Request%20Commit%20Access%20For%20%3Cuser%3E&body=%23%23%23%20Why%20Are%20you%20requesting%20commit%20access%20?>`_ to file
-an issue and request commit access. Replace the <user> string in the title
+Once you have 3 or more merged pull requests, you may use `this link
+<https://github.com/llvm/llvm-project/issues/new?title=Request%20Commit%20Access%20For%20%3Cuser%3E&body=%23%23%23%20Why%20Are%20you%20requesting%20commit%20access%20?>`_
+to file an issue and request commit access. Replace the <user> string in the title
with your github username, and explain why you are requesting commit access in
the issue description. Once the issue is created, you will need to get two
current contributors to support your request before commit access will be granted.
More information about the llvm-commits
mailing list