parsers: Update IETF URLs in documentation
sed -i -e 's/tools\.ietf\.org\/html/www\.rfc-editor\.org\/rfc/' src/**.rs Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
afcf9fb2d0
commit
a0e6054eb8
4 changed files with 9 additions and 9 deletions
|
|
@ -22,7 +22,7 @@ generate_attribute!(
|
|||
/// client and the server to avoid having to store the password in
|
||||
/// clear.
|
||||
///
|
||||
/// See <https://tools.ietf.org/html/rfc5802>
|
||||
/// See <https://www.rfc-editor.org/rfc/rfc5802>
|
||||
ScramSha1 => "SCRAM-SHA-1",
|
||||
|
||||
/// Same as [ScramSha1](#structfield.ScramSha1), with the addition of
|
||||
|
|
|
|||
Loading…
Reference in a new issue