Skip to content
Open
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 docs/Backstage Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<your-backstage-url>/xcmetrics`.


Expand Down
2 changes: 1 addition & 1 deletion docs/How to Deploy Backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down