Skip to content

Commit fc4677f

Browse files
authored
Fix broken RFC4616 (SASL PLAIN) links (#545)
1 parent 67abf02 commit fc4677f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_data/doc_sasl.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SASL:
1010
name: PLAIN
1111
description: PLAIN SASL mechanism
1212
required: true
13-
ext_link: https://tools.ietf.org/search/rfc4616
13+
ext_link: https://tools.ietf.org/html/rfc4616
1414
scram-sha-256:
1515
name: SCRAM-SHA-256
1616
description: SASL SCRAM-SHA-256 mechanism
@@ -20,4 +20,4 @@ SASL:
2020
name: OAUTHBEARER
2121
description: OAUTHBEARER SASL mechanism
2222
required: true
23-
ext_link: https://www.rfc-editor.org/rfc/rfc7628
23+
ext_link: https://tools.ietf.org/html/rfc7628

_irc/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ what to do if the authentication layer is disconnected or reconnected.
102102
IRC SASL authentication primarily uses the same mechanisms as SASL in other
103103
protocols. Most commonly:
104104

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

docs/sasl-mechs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ page-header: >
77
---
88
IRC SASL authentication primarily uses the same mechanisms as SASL in other protocols. Most commonly:
99

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

0 commit comments

Comments
 (0)