[llvm] 4628e33 - [NFC][docs] Rename duplicate label to something unique

Bill Wendling via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 13:22:23 PDT 2024


Author: Bill Wendling
Date: 2024-03-11T13:22:09-07:00
New Revision: 4628e33a7762384180a72cc9074a7ec49fbbdb95

URL: https://github.com/llvm/llvm-project/commit/4628e33a7762384180a72cc9074a7ec49fbbdb95
DIFF: https://github.com/llvm/llvm-project/commit/4628e33a7762384180a72cc9074a7ec49fbbdb95.diff

LOG: [NFC][docs] Rename duplicate label to something unique

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index b70220dec92615..77ec72f176d6ed 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -143,7 +143,7 @@ It also shows a convention that we follow in this document. When
 demonstrating instructions, we will follow an instruction with a comment
 that defines the type and name of value produced.
 
-.. _strings:
+.. _string_constants:
 
 String constants
 ----------------


        


More information about the llvm-commits mailing list