Skip to content

Commit 287d33d

Browse files
Documentation: Fix broken link after build instructions refactoring
Change-Id: I2a4b1af6f48fa7ce22a7d4772732cf82692b9665 Signed-off-by: Cetnerowski, Adam <[email protected]>
1 parent acc0ec5 commit 287d33d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

documentation/CONTRIB.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Start with a patch (we prefer smaller self-contained incremental changes vs. lar
88
When adding new code, please also add corresponding unit level tests (ULT). Added ULTs should cover
99
all the decision points introduced by the commit and should fail if executed without the code changes.
1010
Make sure it builds and passes _all_ ULT tests. For details about what compilers and build configurations
11-
we expect, refer to [BUILD.md](https://github.com/intel/compute-runtime/blob/master/documentation/BUILD.md).
11+
we expect, refer to instructions for [Ubuntu](https://github.com/intel/compute-runtime/blob/master/documentation/BUILD_Ubuntu.md)
12+
or [Centos](https://github.com/intel/compute-runtime/blob/master/documentation/BUILD_Centos.md).
1213
Make sure you adhere to our coding standard - this will be verified by clang-format and clang-tidy
1314
(tool configuration is already included in NEO repository).
1415

0 commit comments

Comments
 (0)