Skip to content

Commit 1775a50

Browse files
committed
Point the CONTRIBUTING wiki links to the correct repository
1 parent 11b0270 commit 1775a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ We want to ensure that the project code base maintains a level of quality over t
1919
guidelines over time
2020
* separate check-ins that modify a files style from the ones that add/change/delete code.
2121
* target the **develop** branch in the repository
22-
* ensure that the [code properly builds]( https://github.com/kknox/clBLAS/wiki/Build )
22+
* ensure that the [code properly builds]( https://github.com/clMathLibraries/clBLAS/wiki/Build )
2323
* cannot break existing test cases
24-
* we encourage contributors to [run the test-short]( https://github.com/kknox/clBLAS/wiki/Testing ) suite of tests on their end before the pull-request
24+
* we encourage contributors to [run the test-short]( https://github.com/clMathLibraries/clBLAS/wiki/Testing ) suite of tests on their end before the pull-request
2525
* if possible, upload the test results associated with the pull request to a personal [gist repository]( https://gist.github.com/ ) and insert a link to the test results in the pull request so that collaborators can browse the results
2626
* if no test results are provided with the pull request, official collaborators will run the test suite on their test machines against the patch before we will accept the pull-request
2727
* if we detect failing test cases, we will request that the code associated with the pull request be fixed before the pull request will be merged

0 commit comments

Comments
 (0)