Skip to content

Commit

Permalink
Fix broken link to MDN user-agent docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lidiazuin authored Jul 20, 2023
1 parent 306b6ad commit 511ff59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/bolt/message.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ auth_token::Dictionary(
)
----

** The `user_agent` should conform to `"Name/Version"` for example `"Example/1.1.0"` (see link:developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent[] for more information).
** The `user_agent` should conform to `"Name/Version"` for example `"Example/1.1.0"` (see link:https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent[] for more information).
** The `scheme` is the authentication scheme.
Predefined schemes are `"none"` and `"basic"`.
If no `scheme` is provided, it defaults to `"none"`.
Expand Down

0 comments on commit 511ff59

Please sign in to comment.