Skip to content

Commit c7e20c3

Browse files
committed
Fix filters links.
1 parent a3e6caa commit c7e20c3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

sites/hurl.dev/_data/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@
290290
- title: split
291291
- title: toDate
292292
- title: toFloat
293+
- title: toHex
293294
- title: toInt
294295
- title: toString
295296
- title: urlDecode

sites/hurl.dev/_docs/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,4 +484,4 @@ bytes decode "gb2312" xpath "string(//body)" == "你好世界"
484484
[JSONPath]: https://goessner.net/articles/JsonPath/
485485
[Base64 encoded string]: https://datatracker.ietf.org/doc/html/rfc4648#section-4
486486
[Base64 URL safe encoding]: https://datatracker.ietf.org/doc/html/rfc4648#section-5
487-
[Encoding Standard]: https://encoding.spec.whatwg.org/]https://encoding.spec.whatwg.org/#concept-encoding-get
487+
[Encoding Standard]: https://encoding.spec.whatwg.org/#concept-encoding-get

0 commit comments

Comments
 (0)