Skip to content

Commit

Permalink
Fix missing links
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Apr 24, 2023
1 parent 221ef94 commit 2a38ea5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion 09-gh-codespaces-copilot/01-codespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,4 @@ curl -fsSL https://aka.ms/install-azd.sh | bash
printenv -0 | sort -z | tr '\0' '\n'
```

👉 다음: [GitHub 코파일럿 – ASP.NET Core Web API 앱 만들기](./copilot-dotnet.md)
👉 다음: [GitHub 코파일럿 – ASP.NET Core Web API 앱 만들기](./02-copilot-dotnet.md)
4 changes: 2 additions & 2 deletions 09-gh-codespaces-copilot/02-copilot-dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,5 @@
dotnet build && dotnet test
```

👈 이전: [GitHub 코드스페이스](./codespace.md)
👉 다음: [GitHub 코파일럿 – 애저 Bicep으로 클라우드 인프라 만들기](./copilot-bicep.md)
👈 이전: [GitHub 코드스페이스](./01-codespace.md)
👉 다음: [GitHub 코파일럿 – 애저 Bicep으로 클라우드 인프라 만들기](./03-copilot-bicep.md)
4 changes: 2 additions & 2 deletions 09-gh-codespaces-copilot/03-copilot-bicep.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,5 @@
* "**Please select an Azure Subscription to use**": 자신의 애저 구독 선택
* "**Please select an Azure location to use**": `Korea Central` 선택
👈 이전: [GitHub 코파일럿 – ASP.NET Core Web API 앱 만들기](./copilot-dotnet.md)
👉 다음: [GitHub 코파일럿 – GitHub 액션 워크플로우 만들기](./copilot-gha.md)
👈 이전: [GitHub 코파일럿 – ASP.NET Core Web API 앱 만들기](./02-copilot-dotnet.md)
👉 다음: [GitHub 코파일럿 – GitHub 액션 워크플로우 만들기](./04-copilot-gha.md)
4 changes: 2 additions & 2 deletions 09-gh-codespaces-copilot/04-gopilot-gha.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@
https://appsvc-{{AZURE_ENV_NAME}}.azurewebsites.net/WeatherForecast
```

👈 이전: [GitHub 코파일럿 – 애저 Bicep으로 클라우드 인프라 만들기](./copilot-bicep.md)
👉 다음: [참고 문서](./references.md)
👈 이전: [GitHub 코파일럿 – 애저 Bicep으로 클라우드 인프라 만들기](./03-copilot-bicep.md)
👉 다음: [참고 문서](./05-references.md)
2 changes: 1 addition & 1 deletion 09-gh-codespaces-copilot/05-references.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
- [Azure OpenAI 서비스 설명서](https://learn.microsoft.com/ko-kr/azure/cognitive-services/openai/?WT.mc_id=dotnet-87053-juyoo)


👈 이전: [GitHub 코파일럿 – GitHub 액션 워크플로우 만들기](./copilot-gha.md)
👈 이전: [GitHub 코파일럿 – GitHub 액션 워크플로우 만들기](./04-copilot-gha.md)
10 changes: 5 additions & 5 deletions 09-gh-codespaces-copilot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ GitHub 코드스페이스와 코파일럿을 활용해서 애플리케이션을

## 시작하기

- [GitHub 코드스페이스](./codespace.md)
- [GitHub 코파일럿 – ASP.NET Core Web API 앱 만들기](./copilot-dotnet.md)
- [GitHub 코파일럿 – 애저 Bicep으로 클라우드 인프라 만들기](./copilot-bicep.md)
- [GitHub 코파일럿 – GitHub 액션 워크플로우 만들기](./copilot-gha.md)
- [참고 문서](./references.md)
- [GitHub 코드스페이스](./01-codespace.md)
- [GitHub 코파일럿 – ASP.NET Core Web API 앱 만들기](./02-copilot-dotnet.md)
- [GitHub 코파일럿 – 애저 Bicep으로 클라우드 인프라 만들기](./03-copilot-bicep.md)
- [GitHub 코파일럿 – GitHub 액션 워크플로우 만들기](./04-copilot-gha.md)
- [참고 문서](./05-references.md)

0 comments on commit 2a38ea5

Please sign in to comment.