[PATCH] D137418: remove extra slash from llvm github url

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


This revision was automatically updated to reflect the committed changes.
Closed by commit rG96484553d96e: [docs] remove extra slash from llvm github url (authored by sloorush, committed by inclyc).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137418/new/

https://reviews.llvm.org/D137418

Files:
  llvm/docs/_templates/indexsidebar.html


Index: llvm/docs/_templates/indexsidebar.html
===================================================================
--- llvm/docs/_templates/indexsidebar.html
+++ llvm/docs/_templates/indexsidebar.html
@@ -25,5 +25,5 @@
     <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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137418.476447.patch
Type: text/x-patch
Size: 620 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221118/9b336a47/attachment.bin>


More information about the llvm-commits mailing list