Merge pull request #3225 from backstage/rugvip/fixlink

docs/api: fix link in utility APIs
This commit is contained in:
Patrik Oldsberg
2020-11-03 19:09:11 +01:00
committed by GitHub
+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