Skip to content

Commit

Permalink
Merge pull request netlify#649 from mattymess/bug/function-link-typos
Browse files Browse the repository at this point in the history
Add .md to broken function subcommand links
  • Loading branch information
DavidWells authored Dec 12, 2019
2 parents bdaf00e + b4d97da commit bcabf3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/commands/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ netlify functions

| Subcommand | description |
|:--------------------------- |:-----|
| [`functions:build`](/commands/functions#functionsbuild) | Build functions locally |
| [`functions:create`](/commands/functions#functionscreate) | Create a new function locally |
| [`functions:invoke`](/commands/functions#functionsinvoke) | Trigger a function while in netlify dev with simulated data, good for testing function calls including Netlify's Event Triggered Functions |
| [`functions:build`](/commands/functions.md#functionsbuild) | Build functions locally |
| [`functions:create`](/commands/functions.md#functionscreate) | Create a new function locally |
| [`functions:invoke`](/commands/functions.md#functionsinvoke) | Trigger a function while in netlify dev with simulated data, good for testing function calls including Netlify's Event Triggered Functions |


**Examples**
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ Manage netlify functions

| Subcommand | description |
|:--------------------------- |:-----|
| [`functions:build`](/commands/functions#functionsbuild) | Build functions locally |
| [`functions:create`](/commands/functions#functionscreate) | Create a new function locally |
| [`functions:invoke`](/commands/functions#functionsinvoke) | Trigger a function while in netlify dev with simulated data, good for testing function calls including Netlify's Event Triggered Functions |
| [`functions:build`](/commands/functions.md#functionsbuild) | Build functions locally |
| [`functions:create`](/commands/functions.md#functionscreate) | Create a new function locally |
| [`functions:invoke`](/commands/functions.md#functionsinvoke) | Trigger a function while in netlify dev with simulated data, good for testing function calls including Netlify's Event Triggered Functions |


### [init](/commands/init)
Expand Down

0 comments on commit bcabf3e

Please sign in to comment.