Skip to content

Commit c01bed2

Browse files
authored
docs(authentication): fix link to general http (#859)
1 parent 2f99229 commit c01bed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/advanced/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ layering the foundation for more advanced authentication. See below for more det
1515
## Dart Frog Auth
1616

1717
The authentication methods provided in `dart_frog_auth` are based on `Authorization` specification,
18-
as defined in [`General HTTP`][general_http]. Here you will find support
18+
as defined in [`General HTTP`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication). Here you will find support
1919
for `Basic` and `Bearer` authentications, which are common authentication methods used by many developers.
2020

2121
## Basic Authentication

0 commit comments

Comments
 (0)