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>
 


        
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to