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
|
|
@ -131,14 +131,14 @@ generate_attribute!(
|
|||
RecipientListHistory => "recipient-list-history",
|
||||
|
||||
/// The body describes a communications session, for example, an
|
||||
/// [RFC2327](https://tools.ietf.org/html/rfc2327) SDP body.
|
||||
/// [RFC2327](https://www.rfc-editor.org/rfc/rfc2327) SDP body.
|
||||
Session => "session",
|
||||
|
||||
/// Authenticated Identity Body.
|
||||
Aib => "aib",
|
||||
|
||||
/// The body describes an early communications session, for example,
|
||||
/// and [RFC2327](https://tools.ietf.org/html/rfc2327) SDP body.
|
||||
/// and [RFC2327](https://www.rfc-editor.org/rfc/rfc2327) SDP body.
|
||||
EarlySession => "early-session",
|
||||
|
||||
/// The body includes a list of URIs to which URI-list services are to
|
||||
|
|
|
|||
Loading…
Reference in a new issue