Skip to content

Commit a3e6caa

Browse files
committed
Fix anchor in filters docs.
1 parent 7c468b2 commit a3e6caa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sites/hurl.dev/_docs/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jsonpath "$.books" count == 12
7272
| [base64UrlSafeDecode](#base64urlsafedecode) | Decodes a Base64 encoded string into bytes (using [Base64 URL safe encoding]). | string | bytes |
7373
| [base64UrlSafeEncode](#base64urlsafeencode) | Encodes bytes into Base64 encoded string (using [Base64 URL safe encoding]). | bytes | string |
7474
| [count](#count) | Counts the number of items in a collection. | collection | number |
75-
| [dateFormat](#dateFormat) | Formats a date to a string given [a specification format]. | date | string |
75+
| [dateFormat](#dateformat) | Formats a date to a string given [a specification format]. | date | string |
7676
| [daysAfterNow](#daysafternow) | Returns the number of days between now and a date in the future. | date | number |
7777
| [daysBeforeNow](#daysbeforenow) | Returns the number of days between now and a date in the past. | date | number |
7878
| [decode](#decode) | Decodes bytes to string using encoding. | bytes | string |

0 commit comments

Comments
 (0)