updated links

Signed-off-by: chanchalkhatri19 <chanchal.khatri01@infosys.com>
This commit is contained in:
chanchalkhatri19
2026-02-06 06:27:23 +00:00
parent 4e9c6ac0ee
commit 45d538b673
2 changed files with 3 additions and 3 deletions
@@ -45,7 +45,7 @@ export const MyPluginEntityContent = () => {
```
Internally `useEntity` makes use of
[react `Contexts`](https://react.dev/learn/passing-data-deeply-with-context). The entity context is
[react `Contexts`](https://18.react.dev/learn/passing-data-deeply-with-context). The entity context is
provided by the entity page into which your plugin will be embedded.
### Import your plugin and embed in the entities page
@@ -63,7 +63,7 @@ To add your component to the Entity view, you will need to modify the
your plugin, you may only care about certain kinds of
[entities](https://backstage.io/docs/features/software-catalog/descriptor-format),
each of which has its own
[element](https://react.dev/learn/rendering-lists) for rendering. This
element for rendering. This
functionality is handled by the `EntitySwitch` component:
```tsx