docs/api: fix link in utility APIs

This commit is contained in:
Patrik Oldsberg
2020-11-03 17:41:03 +01:00
parent bb8dc75427
commit 9bf610b109
+2 -1
View File
@@ -160,7 +160,8 @@ 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](../../packages/app/src/apis.ts)
`App.tsx`. See the
[example app in this repo](https://github.com/backstage/backstage/blob/master/packages/app/src/apis.ts)
for an example.
## Custom implementations of Utility APIs