Skip to content

Commit

Permalink
Fix a few bare links for cargo docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwayne committed Apr 7, 2024
1 parent a7e9cb7 commit 31bc715
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@ pub const DONT: u8 = 254;
pub const TELOPT_EOR: u8 = 25;

/// STATUS - Verify the current status of options -
/// https://www.rfc-editor.org/rfc/rfc859.html
/// <https://www.rfc-editor.org/rfc/rfc859.html>
pub const STATUS: u8 = 5;

/// TIMING MARK - Verify that requested information has been used -
/// https://datatracker.ietf.org/doc/rfc860/
/// <https://datatracker.ietf.org/doc/rfc860/>
pub const TIMING_MARK: u8 = 6;

/// Remote flow control - https://datatracker.ietf.org/doc/rfc1372/
/// Remote flow control - <https://datatracker.ietf.org/doc/rfc1372/>
pub const REMOTE_FLOW_CONTROL: u8 = 33;

// End of Record - <https://tintin.mudhalla.net/protocols/eor/>
Expand Down

0 comments on commit 31bc715

Please sign in to comment.