Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/CommunityToolkit.Aspire.Hosting.Bun/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ builder.AddBunApp("bun-server", "main.ts")

## Additional Information

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

## Feedback & contributing

Expand Down
2 changes: 1 addition & 1 deletion src/CommunityToolkit.Aspire.Hosting.Deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ builder.AddDenoApp("oak-demo", "main.ts", permissionFlags: ["-E", "--allow-net"]

## Additional Information

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

## Feedback & contributing

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var postgres = builder.AddPostgres("postgres")

## Additional Information

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

## Feedback & contributing

Expand Down
2 changes: 1 addition & 1 deletion src/CommunityToolkit.Aspire.RavenDB.Client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ builder.AddRavenDBClient("ravendb");

- https://ravendb.net/docs
- https://github.com/ravendb/ravendb
- https://learn.microsoft.com/dotnet/aspire/community-toolkit/ravendb <!-- TODO: Update the link once it is created -->
- https://learn.microsoft.com/dotnet/aspire/community-toolkit/ravendb

## Feedback & Contributing

Expand Down
Loading