Skip to content

Commit ee8de9a

Browse files
RuykAlexander Johnston
authored andcommitted
Updating URL to clone from to match the mirror
1 parent 7985b22 commit ee8de9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/doc/GetStartedWithSYCLCompiler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ mkdir %SYCL_HOME%
6363
**Linux**
6464
```bash
6565
cd $SYCL_HOME
66-
git clone https://github.com/intel/llvm -b sycl
66+
git clone https://github.com/codeplaysoftware/sycl-for-cuda -b sycl
6767
mkdir $SYCL_HOME/build
6868
cd $SYCL_HOME/build
6969

@@ -80,7 +80,7 @@ make -j`nproc` sycl-toolchain
8080
**Windows (64-bit)**
8181
```bat
8282
cd %SYCL_HOME%
83-
git clone https://github.com/intel/llvm -b sycl
83+
git clone https://github.com/codeplaysoftware/sycl-for-cuda -b sycl
8484
mkdir %SYCL_HOME%\build
8585
cd %SYCL_HOME%\build
8686

0 commit comments

Comments
 (0)