mirror of https://github.com/caddyserver/caddy.git
docs: link to CEL standard definitions (#3407)
* docs: link to CEL standard definitions * Rephrase the anchor to CEL standard definitions Co-authored-by: Matt Holt <mholt@users.noreply.github.com> Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
This commit is contained in:
parent
90c7b4b0a1
commit
cee5589b98
|
@ -42,7 +42,8 @@ func init() {
|
|||
// MatchExpression matches requests by evaluating a
|
||||
// [CEL](https://github.com/google/cel-spec) expression.
|
||||
// This enables complex logic to be expressed using a comfortable,
|
||||
// familiar syntax.
|
||||
// familiar syntax. Please refer to
|
||||
// [the standard definitions of CEL functions and operators](https://github.com/google/cel-spec/blob/master/doc/langdef.md#standard-definitions).
|
||||
//
|
||||
// This matcher's JSON interface is actually a string, not a struct.
|
||||
// The generated docs are not correct because this type has custom
|
||||
|
|
Loading…
Reference in New Issue