Skip to content

Commit 6d6ec9d

Browse files
authored
Fix dead link on config flow page (#2305)
1 parent db3ee61 commit 6d6ec9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config_entries_config_flow_handler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Ensuring that the `unique_id` is unchanged should be done using `await self.asyn
309309
## Reauthentication
310310

311311
Gracefully handling authentication errors such as invalid, expired, or revoked tokens is needed to advance on the [Integration Quality Scale](integration_quality_scale_index.md). This example of how to add reauth to the OAuth flow created by `script.scaffold` following the pattern in [Building a Python library](api_lib_auth.md#oauth2).
312-
If you are looking for how to trigger the reauthentication flow, see [handling expired credentials](integration_setup_failures#handling-expired-credentials).
312+
If you are looking for how to trigger the reauthentication flow, see [handling expired credentials](integration_setup_failures.md#handling-expired-credentials).
313313

314314
This example catches an authentication exception in config entry setup in `__init__.py` and instructs the user to visit the integrations page in order to reconfigure the integration.
315315

0 commit comments

Comments
 (0)