[PATCH] D137418: remove extra slash from llvm github url
Aarush Bhat via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 4 06:02:15 PDT 2022
sloorush created this revision.
Herald added a subscriber: arphaman.
Herald added a project: All.
sloorush requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
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.473207.patch
Type: text/x-patch
Size: 620 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221104/f675ada7/attachment.bin>
More information about the llvm-commits
mailing list