Skip to content

Commit 9768251

Browse files
Update README with new repository link (#519)
* Update README with new repository link Update repository link to new location and remove warning. * Update issue reference from google to cel-expr
1 parent 508bd98 commit 9768251

2 files changed

Lines changed: 5 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Common Expression Language
22

3-
> [!WARNING]
4-
> **On June 16, 2026, this repository will move to [github.com/cel-expr/cel-spec](https://github.com/cel-expr/cel-spec)!**
5-
>
6-
> Please update your links and dependencies. See the [pinned issue](https://github.com/google/cel-spec/issues/513) for details.
7-
83
The Common Expression Language (CEL) implements common semantics for expression
94
evaluation, enabling different applications to more easily interoperate.
105

@@ -52,7 +47,7 @@ highly recommended to serialize the type-checked expression as a protocol
5247
buffer. The CEL team will maintains canonical protocol buffers for ASTs and
5348
will keep these versions identical and wire-compatible in perpetuity:
5449

55-
* [CEL canonical](https://github.com/google/cel-spec/tree/master/proto/cel/expr)
50+
* [CEL canonical](https://github.com/cel-expr/cel-spec/tree/master/proto/cel/expr)
5651
* [CEL v1alpha1](https://github.com/googleapis/googleapis/tree/master/google/api/expr/v1alpha1)
5752

5853

tests/simple/testdata/parse.textproto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ section {
281281
value: { string_value: " \r " }
282282
}
283283

284-
# See https://github.com/google/cel-spec/issues/490
284+
# See https://github.com/cel-expr/cel-spec/issues/490
285285
# test {
286286
# name: "triple_single_quoted_unescaped_carriage_return"
287287
# expr: "''' \r '''"
@@ -315,7 +315,7 @@ section {
315315
value: { string_value: " \r\n " }
316316
}
317317

318-
# See https://github.com/google/cel-spec/issues/490
318+
# See https://github.com/cel-expr/cel-spec/issues/490
319319
# test {
320320
# name: "triple_single_quoted_unescaped_windows_line_end"
321321
# expr: "''' \r\n '''"
@@ -730,7 +730,7 @@ section {
730730
value: { bytes_value: " \r " }
731731
}
732732

733-
# See https://github.com/google/cel-spec/issues/490
733+
# See https://github.com/cel-expr/cel-spec/issues/490
734734
# test {
735735
# name: "triple_single_quoted_unescaped_carriage_return"
736736
# expr: "b''' \r '''"
@@ -764,7 +764,7 @@ section {
764764
value: { bytes_value: " \r\n " }
765765
}
766766

767-
# See https://github.com/google/cel-spec/issues/490
767+
# See https://github.com/cel-expr/cel-spec/issues/490
768768
# test {
769769
# name: "triple_single_quoted_unescaped_windows_line_end"
770770
# expr: "b''' \r\n '''"

0 commit comments

Comments
 (0)