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:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Fixed a link to the frontend Backstage plugin that had pointed to itself.
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user