Skip to content

Commit 94497ef

Browse files
authored
fix link broken (missing .md)
1 parent 2b2bafd commit 94497ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-folder-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The code for all the functions in a specific function app is located in a root p
1616
* [F# script](../articles/azure-functions/functions-reference-fsharp.md#folder-structure)
1717
* [Java](../articles/azure-functions/functions-reference-java.md#folder-structure)
1818
* [JavaScript](../articles/azure-functions/functions-reference-node.md#folder-structure)
19-
* [PowerShell](../articles/azure-functions/functions-reference-powershell?tabs=portal#folder-structure)
19+
* [PowerShell](../articles/azure-functions/functions-reference-powershell.md#folder-structure)
2020
* [Python](../articles/azure-functions/functions-reference-python.md#folder-structure)
2121

2222
In version 2.x and higher of the Functions runtime, all functions in the function app must share the same language stack.

0 commit comments

Comments
 (0)