Author: Paulo Matos
Date: 2023-03-28T18:09:52+02:00
New Revision: 481e20252461e730f36fb221123a853eda27cafc

URL: 
https://github.com/llvm/llvm-project/commit/481e20252461e730f36fb221123a853eda27cafc
DIFF: 
https://github.com/llvm/llvm-project/commit/481e20252461e730f36fb221123a853eda27cafc.diff

LOG: [clang][doc] Fix link to SYCL compiler design doc

Added: 
    

Modified: 
    clang/docs/SYCLSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/SYCLSupport.rst b/clang/docs/SYCLSupport.rst
index 6b529e3eb012..364d95a31047 100644
--- a/clang/docs/SYCLSupport.rst
+++ b/clang/docs/SYCLSupport.rst
@@ -10,7 +10,7 @@ Introduction
 
 This document describes the architecture of the SYCL compiler and runtime
 library. More details are provided in
-`external document 
<https://github.com/intel/llvm/blob/sycl/sycl/doc/CompilerAndRuntimeDesign.md>`_\
 ,
+`external document 
<https://github.com/intel/llvm/blob/sycl/sycl/doc/design/CompilerAndRuntimeDesign.md>`_\
 ,
 which are going to be added to clang documentation in the future.
 
 Address space handling


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to