Skip to content

Commit

Permalink
Simplify doc method links
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Feb 19, 2022
1 parent 7ee9005 commit 0eaa1c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
//! - Read and write user RAM. See: [`read_ram()`].
//! - Control square-wave output. See: [`enable_square_wave_output()`].
//!
//! [`datetime()`]: struct.Ds1307.html#method.datetime
//! [`set_running()`]: struct.Ds1307.html#method.set_running
//! [`read_ram()`]: struct.Ds1307.html#method.read_ram
//! [`enable_square_wave_output()`]: struct.Ds1307.html#method.enable_square_wave_output
//! [`datetime()`]: Ds1307::datetime
//! [`set_running()`]: Ds1307::set_running
//! [`read_ram()`]: Ds1307::read_ram
//! [`enable_square_wave_output()`]: Ds1307::enable_square_wave_output
//!
//! ## The device
//!
Expand Down

0 comments on commit 0eaa1c7

Please sign in to comment.