diff --git a/README.md b/README.md index 2481eb49eb9..b1aeeeb4cf3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Aspire gives you a unified toolchain: launch and debug your entire app locally w ## Useful links - [Aspire overview and documentation](https://aspire.dev/docs/) -- [Aspire samples repository](https://github.com/microsoft/aspire-samples) +- [Aspire samples repository](https://github.com/Azure-Samples/aspire-samples) - [Dogfooding pull requests](docs/dogfooding-pull-requests.md) - Test changes from specific pull requests locally ## Getting started diff --git a/docs/area-owners.md b/docs/area-owners.md index e47a1ff69eb..99d3f55d7bb 100644 --- a/docs/area-owners.md +++ b/docs/area-owners.md @@ -16,7 +16,7 @@ If you need to tag folks on an issue or PR, you will generally want to tag the o | [area-engineering-systems](https://github.com/microsoft/aspire/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-engineering-systems) | @joperezr | @aspire/area-engineering-systems | Issues/PRs related to how the repository is built and tested (build and test infrastructure) | | [area-meta](https://github.com/microsoft/aspire/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-meta) | @danmoseley | @aspire/area-meta | Issues/PRs that don't really match any of the other areas | | [area-orchestrator](https://github.com/microsoft/aspire/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-orchestrator) | @dbreshears | @aspire/area-orchestrator | Issues/PRs related to DCP (Devex Control Plane) | -| [area-samples](https://github.com/microsoft/aspire-samples/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-samples) | @DamianEdwards | @aspire/area-samples | Issues/PRs related to the Aspire samples. These are in the [microsoft/aspire-samples](https://github.com/microsoft/aspire-samples) repo. | +| [area-samples](https://github.com/Azure-Samples/aspire-samples/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-samples) | @DamianEdwards | @aspire/area-samples | Issues/PRs related to the Aspire samples. These are in the [Azure-Samples/aspire-samples](https://github.com/Azure-Samples/aspire-samples) repo. | | [area-service-discovery](https://github.com/microsoft/aspire/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-service-discovery) | @ReubenBond | @aspire/area-service-discovery | Issues/PRs related to Aspire's Service Discovery and communication between services | | [area-templates](https://github.com/microsoft/aspire/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-templates) | @DamianEdwards | @aspire/area-templates | Issues/PRs related to the Aspire templates | | [area-telemetry](https://github.com/microsoft/aspire/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-telemetry) | @maddymontaquila | @aspire/area-telemetry | Issues/PRs related to telemetry (logs, metrics, tracing) | diff --git a/playground/README.md b/playground/README.md index d844c695713..7f04fd89c05 100644 --- a/playground/README.md +++ b/playground/README.md @@ -4,4 +4,4 @@ This folder contains Aspire applications used within this repository for testing These are not intended as samples! In order to develop in this repository, we need some non-standard approaches that are not recommended or might not work elsewhere. -To find samples, see https://github.com/microsoft/aspire-samples +To find samples, see https://github.com/Azure-Samples/aspire-samples diff --git a/src/Aspire.Hosting.JavaScript/README.md b/src/Aspire.Hosting.JavaScript/README.md index 42e16d0d5b9..eb40b0eafb1 100644 --- a/src/Aspire.Hosting.JavaScript/README.md +++ b/src/Aspire.Hosting.JavaScript/README.md @@ -25,8 +25,8 @@ builder.Build().Run(); ``` ## Additional documentation -https://github.com/microsoft/aspire-samples/tree/main/samples/aspire-with-javascript -https://github.com/microsoft/aspire-samples/tree/main/samples/aspire-with-node +https://github.com/Azure-Samples/aspire-samples/tree/main/samples/aspire-with-javascript +https://github.com/Azure-Samples/aspire-samples/tree/main/samples/aspire-with-node ## Feedback & contributing diff --git a/tools/ReleaseNotes/data/whats-new-93.md b/tools/ReleaseNotes/data/whats-new-93.md index 396d4534914..04c99102ae8 100644 --- a/tools/ReleaseNotes/data/whats-new-93.md +++ b/tools/ReleaseNotes/data/whats-new-93.md @@ -98,7 +98,7 @@ builder.Eventing.Subscribe(myCustom, async (e, ct) => }); ``` -This replaces awkward patterns like `Task.Run` inside constructors or `Configure()` methods. You can see a more complex version in the [TalkingClock sample](https://github.com/microsoft/aspire-samples/tree/3dee8cd7c7880fe421ea61ba167301eb1369000a/samples/CustomResources/CustomResources.AppHost) in the official Aspire samples repo. +This replaces awkward patterns like `Task.Run` inside constructors or `Configure()` methods. You can see a more complex version in the [TalkingClock sample](https://github.com/Azure-Samples/aspire-samples/tree/3dee8cd7c7880fe421ea61ba167301eb1369000a/samples/CustomResources/CustomResources.AppHost) in the official Aspire samples repo. #### `ResourceEndpointsAllocatedEvent`