[libclc] e803390 - [libclc] Fix link to source in index.html (#167494)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 16 23:58:16 PST 2025
Author: Konrad Kleine
Date: 2025-11-17T08:58:11+01:00
New Revision: e80339092d2e94cd0869c27a0ef9f0eae9aa9c2f
URL: https://github.com/llvm/llvm-project/commit/e80339092d2e94cd0869c27a0ef9f0eae9aa9c2f
DIFF: https://github.com/llvm/llvm-project/commit/e80339092d2e94cd0869c27a0ef9f0eae9aa9c2f.diff
LOG: [libclc] Fix link to source in index.html (#167494)
Added:
Modified:
libclc/www/index.html
Removed:
################################################################################
diff --git a/libclc/www/index.html b/libclc/www/index.html
index cf02a0a7f36f5..3ad323b6839bc 100644
--- a/libclc/www/index.html
+++ b/libclc/www/index.html
@@ -43,7 +43,7 @@ <h1>libclc</h1>
<h2>Download</h2>
-<tt>git clone https://github.com/llvm/llvm-project.git</tt> (<a href="https://github.com/llvm/llvm-project/tree/libclc">View sources</a>)
+<tt>git clone https://github.com/llvm/llvm-project.git</tt> (<a href="https://github.com/llvm/llvm-project/tree/main/libclc">View sources</a>)
<h2>Discourse forums</h2>
More information about the cfe-commits
mailing list