Skip to content

Commit c873876

Browse files
committed
Fix links
1 parent 987dba0 commit c873876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/functions-requirements-azure-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
::: zone pivot="programming-language-csharp"
33
+ [.NET 8.0 SDK](https://dotnet.microsoft.com/download)
44

5-
+ [Azurite storage emulator](../storage/common/storage-use-azurite.md?tabs=npm#install-azurite)
5+
+ [Azurite storage emulator](../articles/storage/common/storage-use-azurite.md?tabs=npm#install-azurite)
66
::: zone-end
77
::: zone pivot="programming-language-java"
88
+ [Java 17 Developer Kit](/azure/developer/java/fundamentals/java-support-on-azure)
9-
+ If you use another [supported version of Java](supported-languages.md?pivots=programming-language-java#languages-by-runtime-version), you must update the project's pom.xml file.
9+
+ If you use another [supported version of Java](../articles/azure-functions/supported-languages.md?pivots=programming-language-java#languages-by-runtime-version), you must update the project's pom.xml file.
1010
+ The `JAVA_HOME` environment variable must be set to the install location of the correct version of the JDK.
1111
+ [Apache Maven 3.8.x](https://maven.apache.org)
1212
::: zone-end

0 commit comments

Comments
 (0)