Skip to content

Commit f16cbcd

Browse files
committed
Fix the hyperlinks
1 parent d43a813 commit f16cbcd

File tree

1 file changed

+6
-12
lines changed
  • content/en/docs/reference/using-api

1 file changed

+6
-12
lines changed

content/en/docs/reference/using-api/cel.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,23 +67,17 @@ CEL is configured with the following options, libraries and language features, i
6767

6868
| CEL option, library or language feature | Included | Availablity |
6969
| --------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | -------------------------- |
70-
| [Standard macros](stdmacros) | `has`, `all`, `exists`, `exists_one`, `map`, `filter` | All Kubernetes versions |
71-
| [Standard functions](stdlib) | See [official list of standard definitions](stdlib) | All Kubernetes versions |
72-
| [Homogeneous Aggregate Literals](opt1) | | All Kubernetes versions |
73-
| [Default UTC Time Zone](opt2) | | All Kubernetes versions |
74-
| [Eagerly Validate Declarations](opt3) | | All Kubernetes versions |
75-
| [extended strings library](stringsgodoc), Version 1 | `charAt`, `indexOf`, `lastIndexOf`, `lowerAscii`, `upperAscii`, `replace`, `split`, `join`, `substring`, `trim` | All Kubernetes versions |
70+
| [Standard macros](https://github.com/google/cel-spec/blob/v0.7.0/doc/langdef.md#macros) | `has`, `all`, `exists`, `exists_one`, `map`, `filter` | All Kubernetes versions |
71+
| [Standard functions](https://github.com/google/cel-spec/blob/master/doc/langdef.md#list-of-standard-definitions) | See [official list of standard definitions](stdlib) | All Kubernetes versions |
72+
| [Homogeneous Aggregate Literals](https://pkg.go.dev/github.com/google/[email protected]/cel#HomogeneousAggregateLiterals) | | All Kubernetes versions |
73+
| [Default UTC Time Zone](https://pkg.go.dev/github.com/google/[email protected]/cel#DefaultUTCTimeZone) | | All Kubernetes versions |
74+
| [Eagerly Validate Declarations](https://pkg.go.dev/github.com/google/[email protected]/cel#EagerlyValidateDeclarations) | | All Kubernetes versions |
75+
| [extended strings library](https://pkg.go.dev/github.com/google/cel-go/ext#Strings), Version 1 | `charAt`, `indexOf`, `lastIndexOf`, `lowerAscii`, `upperAscii`, `replace`, `split`, `join`, `substring`, `trim` | All Kubernetes versions |
7676
| Kubernetes list library | See [Kubernetes list library](#kubernetes-list-library) | All Kubernetes versions |
7777
| Kubernetes regex library | See [Kubernetes regex library](#kubernetes-regex-library) | All Kubernetes versions |
7878
| Kubernetes URL library | See [Kubernetes URL library](#kubernetes-url-library) | All Kubernetes versions |
7979
| Kubernetes authorizer library | See [Kubernetes authorizer library](#kubernetes-authorizer-library) | All Kubernetes versions |
8080

81-
[stdmacros]: https://github.com/google/cel-spec/blob/v0.7.0/doc/langdef.md#macros
82-
[stdlib]: https://github.com/google/cel-spec/blob/master/doc/langdef.md#list-of-standard-definitions
83-
[stringsgodoc]: https://pkg.go.dev/github.com/google/cel-go/ext#Strings
84-
[opt1]: https://pkg.go.dev/github.com/google/[email protected]/cel#HomogeneousAggregateLiterals
85-
[opt2]: https://pkg.go.dev/github.com/google/[email protected]/cel#DefaultUTCTimeZone
86-
[opt3]: https://pkg.go.dev/github.com/google/[email protected]/cel#EagerlyValidateDeclarations
8781
[opt4]: https://pkg.go.dev/github.com/google/[email protected]/cel#OptionalTypes
8882
[opt5]: https://pkg.go.dev/github.com/google/[email protected]/cel#CrossTypeNumericComparisons
8983

0 commit comments

Comments
 (0)