Skip to content

Commit 8198a66

Browse files
committed
[SYCL][NFC] Make links in README relative to the repository
This should help to get consistent links in the forks. Signed-off-by: Alexey Bader <[email protected]>
1 parent 8a05aa0 commit 8198a66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ Home for Intel LLVM-based projects:
77
- SYCL* Compiler and Runtimes - compiler and runtime libraries for SYCL ([https://www.khronos.org/sycl/](https://www.khronos.org/sycl/)). See **sycl** branch.
88

99
## License
10-
See [LICENSE.txt](https://github.com/intel/llvm/blob/intel/llvm/LICENSE.TXT) for details.
10+
See [LICENSE.txt](sycl/LICENSE.TXT) for details.
1111

1212

1313
## Contributing
14-
See [CONTRIBUTING.md](https://github.com/intel/llvm/blob/intel/CONTRIBUTING.md) for details.
14+
See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
1515

1616
## Sub-projects Documentation
17-
- SYCL Compiler and Runtimes - See [GetStartedWithSYCLCompiler.md](https://github.com/intel/llvm/blob/sycl/sycl/doc/GetStartedWithSYCLCompiler.md)
17+
- SYCL Compiler and Runtimes - See [GetStartedWithSYCLCompiler.md](sycl/doc/GetStartedWithSYCLCompiler.md)
1818

1919
*Other names and brands may be claimed as the property of others.
2020

2121
## SYCL Extension Proposal Documents
2222

23-
See [sycl/doc/extensions](https://github.com/intel/llvm/tree/sycl/sycl/doc/extensions)
23+
See [sycl/doc/extensions](sycl/doc/extensions)

0 commit comments

Comments
 (0)