docs: fix links to renamed app-legacy package

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Patrik Oldsberg
2026-02-07 22:57:32 +01:00
parent 95759066ad
commit 68cd53769a
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ const app = createApp({
A common pattern is to export a list of all APIs from `apis.ts`, next to
`App.tsx`. See the
[example app in this repo](https://github.com/backstage/backstage/blob/master/packages/app/src/apis.ts)
[example app in this repo](https://github.com/backstage/backstage/blob/master/packages/app-legacy/src/apis.ts)
for an example.
## Custom implementations of Utility APIs