Skip to content

Commit 786c11d

Browse files
authored
Update Testing.md
Update GitHub URL paths to use checkedc.
1 parent a69e4b1 commit 786c11d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/docs/checkedc/Testing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ to Checked C work and testing that the Checked C implementation has not broken
116116
existing functionality.
117117

118118
To run benchmarks, clone the
119-
[Checked C LLVM test suite repo](https://github.com/secure-sw-dev/checkedc-llvm-test-suite)
119+
[Checked C LLVM test suite repo](https://github.com/checkedc/checkedc-llvm-test-suite)
120120
and follow the directions in the
121-
[README.md file](https://github.com/secure-sw-dev/checkedc-llvm-test-suite/blob/master/README.md).
121+
[README.md file](https://github.com/checkedc/checkedc-llvm-test-suite/blob/master/README.md).
122122
To test that existing functionality has not been broken,
123123
check out the `original` branch of the
124-
[Checked C LLVM test suite repo](https://github.com/secure-sw-dev/checkedc-llvm-test-suite)
124+
[Checked C LLVM test suite repo](https://github.com/checkedc/checkedc-llvm-test-suite)
125125
and then follow the directions in the
126-
[README.md file](https://github.com/secure-sw-dev/checkedc-llvm-test-suite/blob/master/README.md).
126+
[README.md file](https://github.com/checkedc/checkedc-llvm-test-suite/blob/master/README.md).
127127
Note that the `original` branch contains tests as well as benchmarks.
128128
It is much larger than the `master` branch. It will use more than 2 GBytes of disk space
129129
and the testing will take much longer to run.

0 commit comments

Comments
 (0)