diff --git a/docs/Backstage Integration.md b/docs/Backstage Integration.md index 81f64a5..8bf4558 100644 --- a/docs/Backstage Integration.md +++ b/docs/Backstage Integration.md @@ -2,7 +2,7 @@ The XCMetrics Backstage plugin offers a great way to visually analyze and inspect the metrics collected by XCMetrics. To use it, simply -[install the plugin](https://github.com/backstage/backstage/tree/master/plugins/xcmetrics) +[install the plugin](https://github.com/backstage/community-plugins/tree/main/workspaces/xcmetrics/plugins/xcmetrics) to your instance of Backstage and navigate to `https:///xcmetrics`. diff --git a/docs/How to Deploy Backend.md b/docs/How to Deploy Backend.md index a775bc9..d728d6a 100644 --- a/docs/How to Deploy Backend.md +++ b/docs/How to Deploy Backend.md @@ -252,7 +252,7 @@ kubectl create -f xcmetrics-jobs-deployment.yaml kubectl create -f xcmetrics-jobs-service.yaml ``` -If you want to use our [Web UI for Backstage](https://github.com/backstage/backstage/tree/master/plugins/xcmetrics), deploy the Scheduled Jobs: +If you want to use our [Web UI for Backstage](https://github.com/backstage/community-plugins/tree/main/workspaces/xcmetrics/plugins/xcmetrics), deploy the Scheduled Jobs: ```shell kubectl create -f xcmetrics-scheduled-jobs-deployment.yaml kubectl create -f xcmetrics-scheduled-jobs-service.yaml