Skip to content

Commit 8a33aa7

Browse files
TimHessFullStackChef
authored andcommitted
Fix several broken links in package readmes (CommunityToolkit#864)
1 parent 67fa135 commit 8a33aa7

File tree

4 files changed

+4
-4
lines changed
  • src
    • CommunityToolkit.Aspire.Hosting.Bun
    • CommunityToolkit.Aspire.Hosting.Deno
    • CommunityToolkit.Aspire.Hosting.PostgreSQL.Extensions
    • CommunityToolkit.Aspire.RavenDB.Client

4 files changed

+4
-4
lines changed

src/CommunityToolkit.Aspire.Hosting.Bun/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ builder.AddBunApp("bun-server", "main.ts")
2424

2525
## Additional Information
2626

27-
https://learn.microsoft.com/dotnet/aspire/community-toolkit/bun
27+
https://learn.microsoft.com/dotnet/aspire/community-toolkit/hosting-bun
2828

2929
## Feedback & contributing
3030

src/CommunityToolkit.Aspire.Hosting.Deno/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ builder.AddDenoApp("oak-demo", "main.ts", permissionFlags: ["-E", "--allow-net"]
2828

2929
## Additional Information
3030

31-
https://learn.microsoft.com/dotnet/aspire/community-toolkit/deno
31+
https://learn.microsoft.com/dotnet/aspire/community-toolkit/hosting-deno
3232

3333
## Feedback & contributing
3434

src/CommunityToolkit.Aspire.Hosting.PostgreSQL.Extensions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var postgres = builder.AddPostgres("postgres")
2626

2727
## Additional Information
2828

29-
https://learn.microsoft.com/dotnet/aspire/community-toolkit/hosting-postgres-extensions
29+
https://learn.microsoft.com/dotnet/aspire/community-toolkit/hosting-postgresql-extensions
3030

3131
## Feedback & contributing
3232

src/CommunityToolkit.Aspire.RavenDB.Client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ builder.AddRavenDBClient("ravendb");
134134

135135
- https://ravendb.net/docs
136136
- https://github.com/ravendb/ravendb
137-
- https://learn.microsoft.com/dotnet/aspire/community-toolkit/ravendb <!-- TODO: Update the link once it is created -->
137+
- https://learn.microsoft.com/dotnet/aspire/community-toolkit/ravendb
138138
139139
## Feedback & Contributing
140140

0 commit comments

Comments
 (0)