Skip to content

Commit d4c0c68

Browse files
adamintCopilot
andcommitted
Replace Microsoft Learn links with aspire.dev
aspire.dev is now the official Aspire documentation site. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent faaf1ad commit d4c0c68

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/skills/aspire/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ aspire mcp call <resource> <tool> --input '{"key":"value"}' # invoke a tool
8989
- Use `--isolated` when working in a worktree.
9090
- **Avoid persistent containers** early in development to prevent state management issues.
9191
- **Never install the Aspire workload** — it is obsolete.
92-
- Prefer `aspire.dev` and `learn.microsoft.com/dotnet/aspire` for official documentation.
92+
- Prefer `aspire.dev` for official documentation.
9393

9494
## Playwright CLI
9595

AspireAcademy.Api/Curriculum/content/world-13/13.4.2-contribution-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The `help wanted` label marks issues that the team needs external help with. The
5757
## Where to Ask Questions
5858

5959
- **GitHub Discussions** on the `dotnet/aspire` repo
60-
- **Discord**: [aka.ms/aspire/discord](https://aka.ms/aspire/discord)
60+
- **Discord**: [aka.ms/aspire/discord](https://aspire.dev/community)
6161
- **Stack Overflow**: `dotnet-aspire` tag
6262
- **PR comments** — maintainers are responsive to questions in PR threads
6363

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- [.NET SDK](https://dotnet.microsoft.com/download) (see `global.json` or `.csproj` files for version)
88
- [Node.js 22+](https://nodejs.org/)
99
- [Docker Desktop](https://www.docker.com/products/docker-desktop/)
10-
- [Aspire CLI](https://learn.microsoft.com/dotnet/aspire/fundamentals/setup-tooling): install via `curl -sSL https://aspire.dev/install.sh | bash` (macOS/Linux) or `irm https://aspire.dev/install.ps1 | iex` (Windows)
10+
- [Aspire CLI](https://aspire.dev/docs/get-started/setup-tooling): install via `curl -sSL https://aspire.dev/install.sh | bash` (macOS/Linux) or `irm https://aspire.dev/install.ps1 | iex` (Windows)
1111

1212
### Clone & Run
1313

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Aspire Academy
22

3-
**Master Aspire through play.** A gamified learning platform that teaches [Aspire](https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview) through interactive lessons, code challenges, quizzes, and an AI tutor.
3+
**Master Aspire through play.** A gamified learning platform that teaches [Aspire](https://aspire.dev/docs/get-started/aspire-overview) through interactive lessons, code challenges, quizzes, and an AI tutor.
44

55
🎮 **[learnaspire.dev](https://learnaspire.dev)**
66

SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- [.NET 11 SDK](https://dotnet.microsoft.com/download/dotnet/11.0) or later
66
- [Node.js 22+](https://nodejs.org/) (for the React frontend)
77
- [Docker Desktop](https://www.docker.com/products/docker-desktop/) (for PostgreSQL)
8-
- [Aspire CLI](https://learn.microsoft.com/dotnet/aspire/fundamentals/setup-tooling) — install via `curl -sSL https://aspire.dev/install.sh | bash` (macOS/Linux) or `irm https://aspire.dev/install.ps1 | iex` (Windows)
8+
- [Aspire CLI](https://aspire.dev/docs/get-started/setup-tooling) — install via `curl -sSL https://aspire.dev/install.sh | bash` (macOS/Linux) or `irm https://aspire.dev/install.ps1 | iex` (Windows)
99

1010
## Required Configuration
1111

0 commit comments

Comments
 (0)