Merge pull request #18895 from fevrin/fevrin/fix-backstage-plugin-link

docs: fix a link to the frontend Backstage plugin
This commit is contained in:
Fredrik Adelöw
2023-08-18 14:05:37 +02:00
committed by GitHub
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Fixed a link to the frontend Backstage plugin that had pointed to itself.
+2 -2
View File
@@ -23,9 +23,9 @@ compound reference structure.
## String References
This is the most common alternative, that is used in almost all circumstances.
This is the most common alternative and is used in almost all circumstances.
The string is on the form `[<kind>:][<namespace>/]<name>`, that is, it is
The string is of the form `[<kind>:][<namespace>/]<name>`. That is, it is
composed of between one and three parts in this specific order, without any
additional encoding:
+1 -1
View File
@@ -86,5 +86,5 @@ some example entities.
## Links
- [catalog](https://github.com/backstage/backstage/tree/master/plugins/catalog-backend)
- [catalog](https://github.com/backstage/backstage/tree/master/plugins/catalog)
is the frontend interface for this plugin.