docs: update doc plugin example links

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-04-20 14:58:52 +02:00
parent 49fe87e044
commit 84fe733545
4 changed files with 8 additions and 10 deletions
+2 -2
View File
@@ -61,9 +61,9 @@ The CircleCI plugin is available on `/circleci`.
Each plugin is a client side application which mounts itself on the UI. Plugins
are written in TypeScript or JavaScript. They each live in their own directory
in `backstage/plugins`. For example, the source code for the lighthouse plugin
in the `plugins` folder. For example, the source code for the catalog plugin
is available at
[backstage/plugins/lighthouse](https://github.com/backstage/backstage/tree/master/plugins/lighthouse).
[plugins/catalog](https://github.com/backstage/backstage/tree/master/plugins/catalog).
### Installing plugins