Skip to content

Commit fe0b8c9

Browse files
authored
Merge pull request #2 from tylerauerbeck/update-docs
Update docs
2 parents be8dea2 + 88c8f83 commit fe0b8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/helpers/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Functions can:
1111
* have error codes and traps
1212

1313
Functions are a building block for a lot of zsh.
14-
Two major aspects of zsh are ( widgets )[widgets.md] and (../config/hooks)[hooks.md] which are both uses of functions.
14+
Two major aspects of zsh are [widgets](widgets.md) and [hooks](../config/hooks.md) which are both uses of functions.
1515

1616
We'll only show some basics and examples here because it's assumed you know how create shell functions.
1717

0 commit comments

Comments
 (0)