Skip to content

Commit 117a0de

Browse files
authored
Merge pull request #215 from eric-urban/eur/studio-redirect
go to the first part of tutorial
2 parents dea2004 + 874e038 commit 117a0de

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/ai-studio/.openpublishing.redirection.ai-studio.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
},
4343
{
4444
"source_path_from_root": "/articles/ai-studio/tutorials/deploy-copilot-sdk.md",
45-
"redirect_url": "/azure/ai-studio/tutorials/copilot-sdk-build-rag",
45+
"redirect_url": "/azure/ai-studio/tutorials/copilot-sdk-create-resources",
4646
"redirect_document_id": false
4747
},
4848
{
4949
"source_path_from_root": "/articles/ai-studio/tutorials/deploy-copilot-ai-studio.md",
50-
"redirect_url": "/azure/ai-studio/tutorials/copilot-sdk-build-rag",
50+
"redirect_url": "/azure/ai-studio/tutorials/copilot-sdk-create-resources",
5151
"redirect_document_id": false
5252
},
5353
{

articles/ai-studio/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ landingContent:
6767
url: how-to/develop/sdk-overview.md
6868
- text: Work with AI Studio projects in VS Code
6969
url: how-to/develop/vscode.md
70-
- text: Build your copilot using the prompt flow SDK
71-
url: tutorials/copilot-sdk-build-rag.md
70+
- text: Build a custom chat app with the prompt flow SDK
71+
url: tutorials/copilot-sdk-create-resources.md
7272
- linkListType: concept
7373
links:
7474
- text: Connections for flows and indexing

articles/ai-studio/quickstarts/get-started-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,4 +277,4 @@ For more information on how to use prompt flow evaluators, including how to make
277277
## Next step
278278

279279
> [!div class="nextstepaction"]
280-
> [Add data and use retrieval augmented generation (RAG) to build a copilot](../tutorials/copilot-sdk-build-rag.md)
280+
> [Add data and use retrieval augmented generation (RAG) to build a custom chat app](../tutorials/copilot-sdk-create-resources.md)

articles/ai-studio/tutorials/deploy-chat-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ If you delete the Cosmos DB resource but keep the chat history option enabled on
157157
## Related content
158158

159159
- [Get started building a chat app using the prompt flow SDK](../quickstarts/get-started-code.md)
160-
- [Build your own copilot with the prompt flow SDK.](./copilot-sdk-build-rag.md).
160+
- [Build a custom chat app with the prompt flow SDK.](./copilot-sdk-create-resources.md).

0 commit comments

Comments
 (0)