File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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-
83The Common Expression Language (CEL) implements common semantics for expression
94evaluation, enabling different applications to more easily interoperate.
105
@@ -52,7 +47,7 @@ highly recommended to serialize the type-checked expression as a protocol
5247buffer. The CEL team will maintains canonical protocol buffers for ASTs and
5348will 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
Original file line number Diff line number Diff 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 '''"
You can’t perform that action at this time.
0 commit comments