mirror of https://github.com/knative/func.git
chore: fix dead link on the developers guide. (#380)
* The link from the developers guide to the cli command reference guide was missing the file extension
This commit is contained in:
parent
1dbb5aecbf
commit
b3a6bdf398
|
@ -8,7 +8,7 @@ To learn how to work with functions quickly, have a look at the [developer's tut
|
|||
|
||||
## CLI Command Reference
|
||||
|
||||
For detailed documentation on the CLI and its commands, please see the [Commands document](commands).
|
||||
For detailed documentation on the CLI and its commands, please see the [Commands document](commands.md).
|
||||
|
||||
## Function Project Configuration
|
||||
|
||||
|
|
Loading…
Reference in New Issue