Skip to content

Commit

Permalink
Fix broken RFC4616 (SASL PLAIN) links (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
half-duplex authored Nov 19, 2024
1 parent 67abf02 commit fc4677f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit fc4677f

Please sign in to comment.