Skip to content

Commit 16fccc7

Browse files
committed
fix warnings
1 parent 287631e commit 16fccc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/javascript/core/automate-tasks-with-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Once the Azure CLI is installed, you must log in to continue running Azure CLI c
3636
az login --identity
3737
```
3838

39-
[Login with a user's Service Principal](/cli/azure/authenticate-azure-cli#sign-in-with-a-service-principal), after [the Service Principal is created](../how-to/with-sdk/set-up-development-environment.md#create-a-service-principal-using-the-azure-cli-20).
39+
[Login with a user's Service Principal](/cli/azure/authenticate-azure-cli#sign-in-with-a-service-principal), after [the Service Principal is created](../how-to/with-sdk/set-up-development-environment.md#1-create-a-service-principal).
4040

4141
```dotnetcli
4242
read -sp "Azure password: " AZ_PASS && echo && \

articles/javascript/tutorial/tutorial-vscode-static-website-node/tutorial-vscode-static-website-node-06.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ The storage you created incurs minimal ongoing costs (which for storage are very
2020
[!INCLUDE [tutorial-next-steps](../../includes/tutorial-next-steps.md)]
2121

2222
> [!div class="nextstepaction"]
23-
> [I'm done](../how-to/create-static-web-app.md) [I ran into an issue](https://www.research.net/r/PWZWZ52?tutorial=node-deployment-staticwebsite&step=clean-up-resources)
23+
> [I'm done](../../how-to/create-static-web-app.md) [I ran into an issue](https://www.research.net/r/PWZWZ52?tutorial=node-deployment-staticwebsite&step=clean-up-resources)

0 commit comments

Comments
 (0)