diff options
author | Mohammed Al Sahaf <[email protected]> | 2020-05-13 20:11:31 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-13 17:11:31 +0000 |
commit | cee5589b9856de299ea6960d60541d851498b7c3 (patch) | |
tree | 2bb77f7c9cdd04667b3630917f03f5cf62ca8115 /modules/caddyhttp/celmatcher.go | |
parent | 90c7b4b0a1589b3b070b6268fd412d8f95f36eca (diff) | |
download | caddy-cee5589b9856de299ea6960d60541d851498b7c3.tar.gz caddy-cee5589b9856de299ea6960d60541d851498b7c3.zip |
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 <[email protected]>
Co-authored-by: Matt Holt <[email protected]>
Diffstat (limited to 'modules/caddyhttp/celmatcher.go')
-rw-r--r-- | modules/caddyhttp/celmatcher.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/caddyhttp/celmatcher.go b/modules/caddyhttp/celmatcher.go index 19c7bca35..bede78f67 100644 --- a/modules/caddyhttp/celmatcher.go +++ b/modules/caddyhttp/celmatcher.go @@ -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 |