Skip to content

Commit 6cb3a7b

Browse files
authored
Update functions-create-first-java-gradle.md
update the file path
1 parent 57862bd commit 6cb3a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-create-first-java-gradle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Use the following command to clone the sample project:
3636

3737
```bash
3838
git clone https://github.com/Azure-Samples/azure-functions-samples-java.git
39-
cd azure-functions-samples-java/
39+
cd azure-functions-samples-java/triggers-bindings
4040
```
4141

4242
Open `build.gradle` and change the `appName` in the following section to a unique name to avoid domain name conflict when deploying to Azure.

0 commit comments

Comments
 (0)