[llvm] 9648455 - [docs] remove extra slash from llvm github url

Yingchi Long via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 05:58:09 PST 2022


Author: Aarush Bhat
Date: 2022-11-18T21:57:17+08:00
New Revision: 96484553d96ed97f679fe7a696c433e6d3228ce0

URL: https://github.com/llvm/llvm-project/commit/96484553d96ed97f679fe7a696c433e6d3228ce0
DIFF: https://github.com/llvm/llvm-project/commit/96484553d96ed97f679fe7a696c433e6d3228ce0.diff

LOG: [docs] remove extra slash from llvm github url

Reviewed By: tstellar

Differential Revision: https://reviews.llvm.org/D137418

Added: 
    

Modified: 
    llvm/docs/_templates/indexsidebar.html

Removed: 
    


################################################################################
diff  --git a/llvm/docs/_templates/indexsidebar.html b/llvm/docs/_templates/indexsidebar.html
index 3500403deb19d..7e6d63f7e150a 100644
--- a/llvm/docs/_templates/indexsidebar.html
+++ b/llvm/docs/_templates/indexsidebar.html
@@ -25,5 +25,5 @@ <h3>Additional Links</h3>
     <li><a href="https://llvm.org/docs/FAQ.html">FAQ</a></li>
     <li><a href="https://llvm.org/docs/Lexicon.html">Glossary</a></li>
     <li><a href="https://llvm.org/pubs">Publications</a></li>
-    <li><a href="https://github.com/llvm/llvm-project//">Github Repository</a></li>
+    <li><a href="https://github.com/llvm/llvm-project/">Github Repository</a></li>
 </ul>
\ No newline at end of file


        


More information about the llvm-commits mailing list