Skip to content

Commit 7244bad

Browse files
committed
broken link fix
1 parent fee5966 commit 7244bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/includes/deploy-intelligent-apps/deploy-intelligent-apps-linux-node-pivot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ You can use Azure App Service to create applications using Azure OpenAI and Open
1313
#### Prerequisites
1414

1515
- An [Azure OpenAI resource](/azure/ai-services/openai/quickstart?pivots=programming-language-csharp&tabs=command-line%2Cpython#set-up) or an [OpenAI account](https://platform.openai.com/overview).
16-
- A Node.js Express application. Create the sample app using our [quickstart](../../quickstart-nodejs?tabs=linux&pivots=development-environment-vscode).
16+
- A Node.js Express application. Create the sample app using our [quickstart](/azure/quickstart-nodejs?tabs=linux&pivots=development-environment-vscode).
1717

1818
### Set up web app
1919

20-
For this application, we’re building off the [quickstart](https://learn.microsoft.com/azure/app-service/quickstart-nodejs?tabs=linux&pivots=development-environment-vscode) Express app and adding an extra feature to make a request to an Azure OpenAI or OpenAI service.
20+
For this application, we’re building off the [quickstart](/azure/app-service/quickstart-nodejs?tabs=linux&pivots=development-environment-vscode) Express app and adding an extra feature to make a request to an Azure OpenAI or OpenAI service.
2121

2222
First, copy and replace the `index.ejs` file with the following code:
2323

0 commit comments

Comments
 (0)