Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _data/doc_sasl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SASL:
name: PLAIN
description: PLAIN SASL mechanism
required: true
ext_link: https://tools.ietf.org/search/rfc4616
ext_link: https://tools.ietf.org/html/rfc4616
scram-sha-256:
name: SCRAM-SHA-256
description: SASL SCRAM-SHA-256 mechanism
Expand All @@ -20,4 +20,4 @@ SASL:
name: OAUTHBEARER
description: OAUTHBEARER SASL mechanism
required: true
ext_link: https://www.rfc-editor.org/rfc/rfc7628
ext_link: https://tools.ietf.org/html/rfc7628
2 changes: 1 addition & 1 deletion _irc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ what to do if the authentication layer is disconnected or reconnected.
IRC SASL authentication primarily uses the same mechanisms as SASL in other
protocols. Most commonly:

* [PLAIN](https://tools.ietf.org/search/rfc4616) as defined by RFC 4616
* [PLAIN](https://tools.ietf.org/html/rfc4616) as defined by RFC 4616
* [EXTERNAL](https://tools.ietf.org/html/rfc4422#appendix-A) as defined by RFC 4422
* [SCRAM-SHA-256](https://tools.ietf.org/html/rfc7677) as defined by RFC 7677

Expand Down
2 changes: 1 addition & 1 deletion docs/sasl-mechs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ page-header: >
---
IRC SASL authentication primarily uses the same mechanisms as SASL in other protocols. Most commonly:

* [PLAIN](https://tools.ietf.org/search/rfc4616) as defined by RFC 4616
* [PLAIN](https://tools.ietf.org/html/rfc4616) as defined by RFC 4616
* [EXTERNAL](https://tools.ietf.org/html/rfc4422#appendix-A) as defined by RFC 4422
* [SCRAM-SHA-256](https://tools.ietf.org/html/rfc7677) as defined by RFC 7677

Expand Down
Loading