Skip to content

Commit

Permalink
Minor: fix outdated link (#11964)
Browse files Browse the repository at this point in the history
* Minor: fix outdated link

Signed-off-by: Austin Liu <[email protected]>

* Minor: update corresponding content

Signed-off-by: Austin Liu <[email protected]>

---------

Signed-off-by: Austin Liu <[email protected]>
  • Loading branch information
austin362667 committed Aug 13, 2024
1 parent 1d86724 commit 8e23cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/contributor-guide/howtos.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Below is a checklist of what you need to do to add a new scalar function to DataFusion:

- Add the actual implementation of the function to a new module file within:
- [here](https://github.com/apache/datafusion/tree/main/datafusion/functions-array) for array functions
- [here](https://github.com/apache/datafusion/tree/main/datafusion/functions-nested) for arrays, maps and structs functions
- [here](https://github.com/apache/datafusion/tree/main/datafusion/functions/src/crypto) for crypto functions
- [here](https://github.com/apache/datafusion/tree/main/datafusion/functions/src/datetime) for datetime functions
- [here](https://github.com/apache/datafusion/tree/main/datafusion/functions/src/encoding) for encoding functions
Expand Down

0 comments on commit 8e23cba

Please sign in to comment.