Skip to content

Commit

Permalink
docs(gitbook): fix link of type conversion functions (16)
Browse files Browse the repository at this point in the history
  • Loading branch information
42atomys authored and gitbook-bot committed May 10, 2024
1 parent 9533894 commit 9d4a544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/functions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Every function is categorized into a group and may include a **'must'** version.

### List of groups

* [**Conversions**](../old-documentation-from-sprig/conversion.md): Utility functions are used to convert one type to another in your templates.
* [**Conversions**](type-conversions.md): Utility functions are used to convert one type to another in your templates.
* <mark style="color:red;">**Encoding**</mark>: Functions designed to handle the encoding and decoding of data formats.
* <mark style="color:red;">**Filesystem**</mark>: Tools to interact with and manipulate the file system.
* <mark style="color:red;">**Maps**</mark>: Functions to facilitate operations and manipulations on map data structures.
Expand Down

0 comments on commit 9d4a544

Please sign in to comment.