Skip to content

Commit

Permalink
fixed more broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
koreyspace committed Feb 22, 2024
1 parent b295bcb commit 4e10042
Show file tree
Hide file tree
Showing 7 changed files with 182 additions and 184 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,6 @@ A:3,如果您有时间和资源以及高质量的数据,微调是保持最

## 继续您的学习旅程

想要了解更多关于不同的生成人工智能概念吗? 转至[进阶学习的页面](../../../13-continued-learning/translations/cn/README.md?WT.mc_id=academic-105485-koreyst) 查找有关本章的其他重要资源。
想要了解更多关于不同的生成人工智能概念吗? 转至[进阶学习的页面](https://aka.ms/genai-collection?WT.mc_id=academic-105485-koreyst) 查找有关本章的其他重要资源。

前往第三章,我们将了解如何[负责任地使用生成式 AI 进行应用构建](../../../03-using-generative-ai-responsibly/translations/cn/README.md?WT.mc_id=academic-105485-koreyst)
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,6 @@ Saiba mais sobre como você pode [usar o RAG](https://learn.microsoft.com/azure/

## Ótimo Trabalho, Continue com Seu Aprendizado

Deseja aprender mais sobre diferentes conceitos de IA Generativa? Acesse a [página de aprendizado contínuo](../../../13-continued-learning/translations/pt-br/README.md?WT.mc_id=academic-105485-koreyst) para encontrar outros ótimos recursos sobre este tópico.
Deseja aprender mais sobre diferentes conceitos de IA Generativa? Acesse a [página de aprendizado contínuo](https://aka.ms/genai-collection?WT.mc_id=academic-105485-koreyst) para encontrar outros ótimos recursos sobre este tópico.

Vamos para a Lição 3, onde veremos como podemos [Criar IA Generativa de forma Responsável](../../../03-using-generative-ai-responsibly/translations/pt-br/README.md?WT.mc_id=academic-105485-koreyst)!
2 changes: 1 addition & 1 deletion 05-advanced-prompts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ Please attempt to solve the assignment by adding suitable prompts to the code.
> [!TIP]
> Phrase a prompt to ask it to improve, it's a good idea to limit how many improvements. You can also ask to improve it in a certain way, for example architecture, performance, security, etc.
[Solution](./python/aoai-solution.pysolution.py?WT.mc_id=academic-105485-koreyst)
[Solution](../python/aoai-solution.pysolution.py?WT.mc_id=academic-105485-koreyst)

## Knowledge check

Expand Down
2 changes: 1 addition & 1 deletion 05-advanced-prompts/translations/ja-jp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ if __name__ == '__main__':
> [!TIP]
> プロンプトの改善を求める際、対象となる改善項目を制限すると効果が高まります。また、アーキテクチャ、パフォーマンス、セキュリティといった特定の観点から改善を求めるアプローチも有効です。

[Solution](./python/aoai-solution.pysolution.py?WT.mc_id=academic-105485-koreyst)
[Solution](../python/aoai-solution.pysolution.py?WT.mc_id=academic-105485-koreyst)

## 知識チェック

Expand Down
2 changes: 1 addition & 1 deletion 05-advanced-prompts/translations/pt-br/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ Por favor, tente resolver a tarefa adicionando prompts adequados ao código.
> [!DICA]
> Formule um prompt para pedir que ele melhor. É uma boa ideia limitar quantas melhorias devem ter. Você também pode pedir para melhorar de uma certa maneira, por exemplo, arquitetura, desempenho, segurança, etc.
[Solution](./python/aoai-solution.pysolution.py?WT.mc_id=academic-105485-koreyst)
[Solution](../python/aoai-solution.pysolution.py?WT.mc_id=academic-105485-koreyst)

## Verificação de conhecimento

Expand Down
2 changes: 1 addition & 1 deletion 07-building-chat-applications/translations/cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Microsoft 的 Responsible AI 方法确定了指导 AI 开发和使用的六项

## Great Work! Continue the Journey

Want to learn more about creating chat applications with Generative AI? Go to the [continued learning page](../../../13-continued-learning/README.md?WT.mc_id=academic-105485-koreyst) to find other great resources on this topic.
Want to learn more about creating chat applications with Generative AI? Go to the [continued learning page](https://aka.ms/genai-collection?WT.mc_id=academic-105485-koreyst) to find other great resources on this topic.

Head over to Lesson 8 to see how you can start [building search applications](/08-building-search-applications/README.md?WT.mc_id=academic-105485-koreyst)!

Expand Down
Loading

0 comments on commit 4e10042

Please sign in to comment.