diff --git a/workspaces/azure-devops/.changeset/modern-balloons-flash.md b/workspaces/azure-devops/.changeset/modern-balloons-flash.md new file mode 100644 index 000000000..14b0e5153 --- /dev/null +++ b/workspaces/azure-devops/.changeset/modern-balloons-flash.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-azure-devops-backend': patch +--- + +Update README links to point to community-plugins repository. diff --git a/workspaces/azure-devops/plugins/azure-devops-backend/README.md b/workspaces/azure-devops/plugins/azure-devops-backend/README.md index f1a6a2fd4..2c02447b4 100644 --- a/workspaces/azure-devops/plugins/azure-devops-backend/README.md +++ b/workspaces/azure-devops/plugins/azure-devops-backend/README.md @@ -53,5 +53,5 @@ Here's how to get the backend up and running: ## Links -- [Frontend part of the plugin](https://github.com/backstage/backstage/tree/master/plugins/azure-devops) +- [Frontend part of the plugin](https://github.com/backstage/community-plugins/tree/main/workspaces/azure-devops/plugins/azure-devops) - [The Backstage homepage](https://backstage.io) diff --git a/workspaces/azure-sites/.changeset/neat-readers-change.md b/workspaces/azure-sites/.changeset/neat-readers-change.md new file mode 100644 index 000000000..7932bbd84 --- /dev/null +++ b/workspaces/azure-sites/.changeset/neat-readers-change.md @@ -0,0 +1,6 @@ +--- +'@backstage-community/plugin-azure-sites-backend': patch +'@backstage-community/plugin-azure-sites': patch +--- + +Update README links to point to community-plugins repository. diff --git a/workspaces/azure-sites/plugins/azure-sites-backend/README.md b/workspaces/azure-sites/plugins/azure-sites-backend/README.md index 6b39051b1..044586d36 100644 --- a/workspaces/azure-sites/plugins/azure-sites-backend/README.md +++ b/workspaces/azure-sites/plugins/azure-sites-backend/README.md @@ -26,7 +26,7 @@ Configuration Details: - `domain` can be found by visiting the [Directories + Subscriptions settings page](https://portal.azure.com/#settings/directory). Alternatively you can inspect the [Azure home](https://portal.azure.com/#home) URL - `https://portal.azure.com/#@/`. - `tenantId` can be found by visiting [Azure Directory Overview page](https://portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade). -- (Optional) `clientId` and `clientSecret` can be the same values you used for [Azure DevOps Backend](https://github.com/backstage/backstage/tree/master/plugins/azure-devops-backend) or [Azure Integration](https://backstage.io/docs/integrations/azure/org#app-registration) as long as this App Registration has permissions to read your function apps. +- (Optional) `clientId` and `clientSecret` can be the same values you used for [Azure DevOps Backend](https://github.com/backstage/community-plugins/tree/main/workspaces/azure-devops/plugins/azure-devops-backend) or [Azure Integration](https://backstage.io/docs/integrations/azure/org#app-registration) as long as this App Registration has permissions to read your function apps. - (Optional) `allowedSubscriptions` is an array of `id` that will be used to iterate over and look for the specified functions' app. `id` can be found the [Subscriptions page](https://portal.azure.com/#view/Microsoft_Azure_Billing/SubscriptionsBlade). ### Integrating diff --git a/workspaces/azure-sites/plugins/azure-sites/README.md b/workspaces/azure-sites/plugins/azure-sites/README.md index 17b6a0abc..92d295ceb 100644 --- a/workspaces/azure-sites/plugins/azure-sites/README.md +++ b/workspaces/azure-sites/plugins/azure-sites/README.md @@ -16,7 +16,7 @@ The following sections will help you get the Azure plugin setup and running ### Azure Sites Backend -You need to set up the [Azure Sites Backend plugin](https://github.com/backstage/backstage/tree/master/plugins/azure-sites-backend) before you move forward with any of these steps if you haven't already. +You need to set up the [Azure Sites Backend plugin](https://github.com/backstage/community-plugins/tree/main/workspaces/azure-sites/plugins/azure-sites-backend) before you move forward with any of these steps if you haven't already. ### Entity Annotation diff --git a/workspaces/badges/.changeset/fifty-ligers-switch.md b/workspaces/badges/.changeset/fifty-ligers-switch.md new file mode 100644 index 000000000..d1cb2e74f --- /dev/null +++ b/workspaces/badges/.changeset/fifty-ligers-switch.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-badges-backend': patch +--- + +Update README links to point to community-plugins repository. diff --git a/workspaces/badges/plugins/badges-backend/README.md b/workspaces/badges/plugins/badges-backend/README.md index 0e25c52cc..382315438 100644 --- a/workspaces/badges/plugins/badges-backend/README.md +++ b/workspaces/badges/plugins/badges-backend/README.md @@ -201,7 +201,7 @@ The badges backend api exposes two main endpoints for entity badges. The - `/badges/entity/:namespace/:kind/:name/badge-specs` List all defined badges for a particular entity, in json format. See - [BadgeSpec](https://github.com/backstage/backstage/tree/master/plugins/badges/src/api/types.ts) + [BadgeSpec](https://github.com/backstage/community-plugins/blob/main/workspaces/badges/plugins/badges/src/api/types.ts) from the frontend plugin for a type declaration. - `/badges/entity/:namespace/:kind/:name/badge/:badgeId` Get the entity badge as @@ -220,7 +220,7 @@ The badges backend api exposes two main endpoints for entity badges. The - `/badge/entity/:entityUuid/badge-specs` List all defined badges for a particular entity, in json format. See - [BadgeSpec](https://github.com/backstage/backstage/tree/master/plugins/badges/src/api/types.ts) + [BadgeSpec](https://github.com/backstage/community-plugins/blob/main/workspaces/badges/plugins/badges/src/api/types.ts) from the frontend plugin for a type declaration. ### Custom badge styles diff --git a/workspaces/copilot/.changeset/few-boats-teach.md b/workspaces/copilot/.changeset/few-boats-teach.md new file mode 100644 index 000000000..0979607ad --- /dev/null +++ b/workspaces/copilot/.changeset/few-boats-teach.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-copilot-backend': patch +--- + +Update README links to point to community-plugins repository. diff --git a/workspaces/copilot/plugins/copilot-backend/README.md b/workspaces/copilot/plugins/copilot-backend/README.md index 46af21a39..b3838b1ea 100644 --- a/workspaces/copilot/plugins/copilot-backend/README.md +++ b/workspaces/copilot/plugins/copilot-backend/README.md @@ -169,5 +169,5 @@ For more details on using the GitHub Copilot and Teams APIs, refer to the follow ## Links -- [GitHub Copilot Plugin Frontend](https://github.com/backstage/backstage/tree/master/plugins/copilot) +- [GitHub Copilot Plugin Frontend](https://github.com/backstage/community-plugins/tree/main/workspaces/copilot/plugins/copilot) - [Backstage Homepage](https://backstage.io) diff --git a/workspaces/cost-insights/.changeset/fair-olives-hear.md b/workspaces/cost-insights/.changeset/fair-olives-hear.md new file mode 100644 index 000000000..7aad6cbf0 --- /dev/null +++ b/workspaces/cost-insights/.changeset/fair-olives-hear.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-cost-insights-common': patch +--- + +Update README links to point to community-plugins repository. diff --git a/workspaces/cost-insights/plugins/cost-insights-common/README.md b/workspaces/cost-insights/plugins/cost-insights-common/README.md index 514070198..2fb9fc189 100644 --- a/workspaces/cost-insights/plugins/cost-insights-common/README.md +++ b/workspaces/cost-insights/plugins/cost-insights-common/README.md @@ -4,5 +4,5 @@ Shared isomorphic code for the cost-insights plugin. ## Links -- [Frontend part of the plugin](https://github.com/backstage/backstage/tree/master/plugins/cost-insights) +- [Frontend part of the plugin](https://github.com/backstage/community-plugins/tree/main/workspaces/cost-insights/plugins/cost-insights) - [The Backstage homepage](https://backstage.io) diff --git a/workspaces/entity-feedback/.changeset/mighty-kangaroos-stare.md b/workspaces/entity-feedback/.changeset/mighty-kangaroos-stare.md new file mode 100644 index 000000000..8d8b9c87a --- /dev/null +++ b/workspaces/entity-feedback/.changeset/mighty-kangaroos-stare.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-entity-feedback': patch +--- + +Update README links to point to community-plugins repository. diff --git a/workspaces/entity-feedback/plugins/entity-feedback/README.md b/workspaces/entity-feedback/plugins/entity-feedback/README.md index 6ccb6c189..683268aa5 100644 --- a/workspaces/entity-feedback/plugins/entity-feedback/README.md +++ b/workspaces/entity-feedback/plugins/entity-feedback/README.md @@ -44,7 +44,7 @@ out of the box, this plugin will not work when you test it. ### Backend -You need to setup the [Entity Feedback backend plugin](https://github.com/backstage/backstage/tree/master/plugins/entity-feedback-backend) before you move forward with any of these steps if you haven't already +You need to setup the [Entity Feedback backend plugin](https://github.com/backstage/community-plugins/tree/main/workspaces/entity-feedback/plugins/entity-feedback-backend) before you move forward with any of these steps if you haven't already ### Installation diff --git a/workspaces/explore/.changeset/beige-parrots-watch.md b/workspaces/explore/.changeset/beige-parrots-watch.md new file mode 100644 index 000000000..8509db362 --- /dev/null +++ b/workspaces/explore/.changeset/beige-parrots-watch.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-explore': patch +--- + +Update README links to point to community-plugins repository. diff --git a/workspaces/explore/plugins/explore/README.md b/workspaces/explore/plugins/explore/README.md index 9c564f29e..bda1ce26c 100644 --- a/workspaces/explore/plugins/explore/README.md +++ b/workspaces/explore/plugins/explore/README.md @@ -11,7 +11,7 @@ The following sections will help you get the Explore plugin setup and running. ### Backend You need to setup the -[Explore backend plugin](https://github.com/backstage/backstage/tree/master/plugins/explore-backend) +[Explore backend plugin](https://github.com/backstage/community-plugins/tree/main/workspaces/explore/plugins/explore-backend) before you move forward with any of these steps if you haven't already. ### Installation diff --git a/workspaces/linguist/.changeset/lucky-houses-begin.md b/workspaces/linguist/.changeset/lucky-houses-begin.md new file mode 100644 index 000000000..bddb8709b --- /dev/null +++ b/workspaces/linguist/.changeset/lucky-houses-begin.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-linguist-backend': patch +--- + +Update README links to point to community-plugins repository. diff --git a/workspaces/linguist/plugins/linguist-backend/README.md b/workspaces/linguist/plugins/linguist-backend/README.md index 1c5e70349..86a601d2b 100644 --- a/workspaces/linguist/plugins/linguist-backend/README.md +++ b/workspaces/linguist/plugins/linguist-backend/README.md @@ -130,5 +130,5 @@ linguist: ## Links -- [Frontend part of the plugin](https://github.com/backstage/backstage/tree/master/plugins/linguist) +- [Frontend part of the plugin](https://github.com/backstage/community-plugins/tree/main/workspaces/linguist/plugins/linguist) - [The Backstage homepage](https://backstage.io) diff --git a/workspaces/periskop/.changeset/clever-tables-hide.md b/workspaces/periskop/.changeset/clever-tables-hide.md new file mode 100644 index 000000000..56351174e --- /dev/null +++ b/workspaces/periskop/.changeset/clever-tables-hide.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-periskop': patch +--- + +Update README links to point to community-plugins repository. diff --git a/workspaces/periskop/plugins/periskop/README.md b/workspaces/periskop/plugins/periskop/README.md index da1caf59c..0097e025f 100644 --- a/workspaces/periskop/plugins/periskop/README.md +++ b/workspaces/periskop/plugins/periskop/README.md @@ -13,7 +13,7 @@ Each of the entries in the table will direct you to the error details in your de ## Setup -1. Configure the [periskop backend plugin](https://github.com/backstage/backstage/tree/master/plugins/periskop-backend/) +1. Configure the [periskop backend plugin](https://github.com/backstage/community-plugins/tree/main/workspaces/periskop/plugins/periskop-backend) 2. Install the plugin by running: diff --git a/workspaces/playlist/.changeset/rotten-jeans-kneel.md b/workspaces/playlist/.changeset/rotten-jeans-kneel.md new file mode 100644 index 000000000..dd4f13da9 --- /dev/null +++ b/workspaces/playlist/.changeset/rotten-jeans-kneel.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-playlist': patch +--- + +Update README links to point to community-plugins repository. diff --git a/workspaces/playlist/plugins/playlist/README.md b/workspaces/playlist/plugins/playlist/README.md index 25f044243..fc7d712f1 100644 --- a/workspaces/playlist/plugins/playlist/README.md +++ b/workspaces/playlist/plugins/playlist/README.md @@ -10,7 +10,7 @@ The following sections will help you get the Playlist plugin setup and running ### Backend -You need to setup the [Playlist backend plugin](https://github.com/backstage/backstage/tree/master/plugins/playlist-backend) before you move forward with any of these steps if you haven't already +You need to setup the [Playlist backend plugin](https://github.com/backstage/community-plugins/tree/main/workspaces/playlist/plugins/playlist-backend) before you move forward with any of these steps if you haven't already ### Installation diff --git a/workspaces/rollbar/.changeset/two-shoes-knock.md b/workspaces/rollbar/.changeset/two-shoes-knock.md new file mode 100644 index 000000000..2516a0274 --- /dev/null +++ b/workspaces/rollbar/.changeset/two-shoes-knock.md @@ -0,0 +1,6 @@ +--- +'@backstage-community/plugin-rollbar-backend': patch +'@backstage-community/plugin-rollbar': patch +--- + +Update README links to point to community-plugins repository. diff --git a/workspaces/rollbar/plugins/rollbar-backend/README.md b/workspaces/rollbar/plugins/rollbar-backend/README.md index 8fe09ca92..e2ed0caea 100644 --- a/workspaces/rollbar/plugins/rollbar-backend/README.md +++ b/workspaces/rollbar/plugins/rollbar-backend/README.md @@ -93,5 +93,5 @@ access account token._ ## Links -- [Frontend part of the plugin](https://github.com/backstage/backstage/tree/master/plugins/rollbar) +- [Frontend part of the plugin](https://github.com/backstage/community-plugins/tree/main/workspaces/rollbar/plugins/rollbar) - [The Backstage homepage](https://backstage.io) diff --git a/workspaces/rollbar/plugins/rollbar/README.md b/workspaces/rollbar/plugins/rollbar/README.md index 676a607a8..0a7478c44 100644 --- a/workspaces/rollbar/plugins/rollbar/README.md +++ b/workspaces/rollbar/plugins/rollbar/README.md @@ -4,7 +4,7 @@ Website: [https://rollbar.com/](https://rollbar.com/) ## Setup -1. Configure the [rollbar backend plugin](https://github.com/backstage/backstage/tree/master/plugins/rollbar-backend/README.md) +1. Configure the [rollbar backend plugin](https://github.com/backstage/community-plugins/tree/main/workspaces/rollbar/plugins/rollbar-backend) 2. If you have standalone app (you didn't clone this repo), then do @@ -62,5 +62,5 @@ metadata: ## Links -- [Backend part of the plugin](https://github.com/backstage/backstage/tree/master/plugins/rollbar-backend) +- [Backend part of the plugin](https://github.com/backstage/community-plugins/tree/main/workspaces/rollbar/plugins/rollbar-backend) - [The Backstage homepage](https://backstage.io)