docs: remove references to removed utility API docs

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-09-12 12:24:05 +02:00
parent cf06e3881b
commit 8d30e0ec04
4 changed files with 8 additions and 13 deletions
+2 -3
View File
@@ -60,9 +60,8 @@ small update to show this provider as a login option. The `SignInPage` component
handles this, and takes either a `provider` or `providers` (array) prop of
`SignInProviderConfig` definitions.
These reference the [ApiRef](../reference/utility-apis/README.md) exported by
the provider. Again, an example using GitHub that can be adapted to any of the
built-in providers:
These reference the `ApiRef` exported by the provider. Again, an example using
GitHub that can be adapted to any of the built-in providers:
```diff
# packages/app/src/App.tsx