Skip to content

Commit 1f05ac0

Browse files
committed
An attempt to fix docs build
1 parent b0b4984 commit 1f05ac0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

sycl/doc/developer/ContributeToDPCPP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ to signify the component changed, e.g.: `[UR]`, `[CUDA]`, `[Doc]`.
4040
## Release notes
4141

4242
You are encouraged (but it is not required) to record your change into
43-
[release notes](/sycl/ReleaseNotes.md) under "Release notes for an upcoming
43+
[release notes](../../ReleaseNotes.md) under "Release notes for an upcoming
4444
release" section.
4545

4646
A change should be noted there when:

sycl/doc/developer/WorkingOnAReleaseBranch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ Features are generally more complicated then bug fixes and may require further
3535
bug fixes as well. Considering that release branches are intended to be stable,
3636
no new features are allowed to be added there.
3737

38-
[contributing]: /llvm/CONTRIBUTING.md
39-
[contributing-to-dpcpp]: /sycl/doc/developer/ContributeToDPCPP.md
38+
[contributing]: ../llvm/CONTRIBUTING.md
39+
[contributing-to-dpcpp]: ./ContributeToDPCPP.md

sycl/doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ Developer Documentation
6767
developer/ABIPolicyGuide
6868
developer/ContributeToDPCPP
6969
developer/KHRExtensions
70+
developer/WorkingOnAReleaseBranch

0 commit comments

Comments
 (0)