Skip to content

Commit 59505c1

Browse files
authored
CEL conformance test documentation: fix links in markdown (#518)
Also update to point to new GitHub repository location.
1 parent b8622f1 commit 59505c1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ are expected to read the `tests/simple/testdata` files as inputs to the
1010
parse, check, and evaluation behaviors of a given implementation. Reference
1111
implementations may be found in the following locations:
1212

13-
* (cel-go conformance)[https://github.com/google/cel-go/tree/master/conformance]
14-
* (cel-cpp conformance)[https://github.com/google/cel-cpp/tree/master/conformance]
15-
* (cel-java conformance)[https://github.com/google/cel-java/tree/main/conformance/src/test/java/dev/cel/conformance]
13+
* [cel-go conformance](https://github.com/cel-expr/cel-go/tree/master/conformance)
14+
* [cel-cpp conformance](https://github.com/cel-expr/cel-cpp/tree/master/conformance)
15+
* [cel-java conformance](https://github.com/cel-expr/cel-java/tree/main/conformance/src/test/java/dev/cel/conformance)
1616

1717
Each CEL implementation should also have its own unit tests and benchmarks
1818
for testing subcomponents, its API, and other implementation-dependent

0 commit comments

Comments
 (0)