Skip to content

Commit e62320e

Browse files
dominikWinbudziq
authored andcommitted
Update doc link location for ring crate
1 parent 6fec9ec commit e62320e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/basics.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1790,8 +1790,8 @@ fn run() -> Result<()> {
17901790
[`DateTime::to_rfc2822`]: https://docs.rs/chrono/*/chrono/struct.DateTime.html#method.to_rfc2822
17911791
[`DateTime::to_rfc3339`]: https://docs.rs/chrono/*/chrono/struct.DateTime.html#method.to_rfc3339
17921792
[`DateTime`]: https://docs.rs/chrono/*/chrono/struct.DateTime.html
1793-
[`digest::Context`]: https://docs.rs/ring/*/ring/digest/struct.Context.html
1794-
[`digest::Digest`]: https://docs.rs/ring/*/ring/digest/struct.Digest.html
1793+
[`digest::Context`]: https://briansmith.org/rustdoc/ring/digest/struct.Context.html
1794+
[`digest::Digest`]: https://briansmith.org/rustdoc/ring/digest/struct.Digest.html
17951795
[`DirEntry::path`]: https://doc.rust-lang.org/std/fs/struct.DirEntry.html#method.path
17961796
[`Display`]: https://doc.rust-lang.org/std/fmt/trait.Display.html
17971797
[`Duration::as_secs`]: https://doc.rust-lang.org/std/time/struct.Duration.html#method.as_secs
@@ -1808,7 +1808,7 @@ fn run() -> Result<()> {
18081808
[`fs::read_dir`]: https://doc.rust-lang.org/std/fs/fn.read_dir.html
18091809
[`gen_ascii_chars`]: https://docs.rs/rand/*/rand/trait.Rng.html#method.gen_ascii_chars
18101810
[`HashMap`]: https://doc.rust-lang.org/std/collections/struct.HashMap.html
1811-
[`hmac::Signature`]: https://docs.rs/ring/*/ring/hmac/struct.Signature.html
1811+
[`hmac::Signature`]: https://briansmith.org/rustdoc/ring/hmac/struct.Signature.html
18121812
[`IndependentSample::ind_sample`]: https://doc.rust-lang.org/rand/rand/distributions/trait.IndependentSample.html#tymethod.ind_sample
18131813
[`Lines`]: https://doc.rust-lang.org/std/io/struct.Lines.html
18141814
[`Metadata::is_file`]: https://doc.rust-lang.org/std/fs/struct.Metadata.html#method.is_file
@@ -1828,8 +1828,8 @@ fn run() -> Result<()> {
18281828
[`offset::FixedOffset`]: https://docs.rs/chrono/*/chrono/offset/struct.FixedOffset.html
18291829
[`offset::Local::now`]: https://docs.rs/chrono/*/chrono/offset/struct.Local.html#method.now
18301830
[`Output`]: https://doc.rust-lang.org/std/process/struct.Output.html
1831-
[`pbkdf2::derive`]: https://docs.rs/ring/*/ring/pbkdf2/fn.derive.html
1832-
[`pbkdf2::verify`]: https://docs.rs/ring/*/ring/pbkdf2/fn.verify.html
1831+
[`pbkdf2::derive`]: https://briansmith.org/rustdoc/ring/pbkdf2/fn.derive.html
1832+
[`pbkdf2::verify`]: https://briansmith.org/rustdoc/ring/pbkdf2/fn.verify.html
18331833
[`process::Stdio`]: https://doc.rust-lang.org/std/process/struct.Stdio.html
18341834
[`rand::Rand`]: https://doc.rust-lang.org/rand/rand/trait.Rand.html
18351835
[`rand::Rand`]: https://doc.rust-lang.org/rand/rand/trait.Rand.html
@@ -1842,11 +1842,11 @@ fn run() -> Result<()> {
18421842
[`regex::RegexSetBuilder`]: https://doc.rust-lang.org/regex/*/regex/struct.RegexSetBuilder.html
18431843
[`Regex::replace_all`]: https://docs.rs/regex/*/regex/struct.Regex.html#method.replace_all
18441844
[`Regex`]: https://doc.rust-lang.org/regex/*/regex/struct.Regex.html
1845-
[`ring::hmac`]: https://docs.rs/ring/*/ring/hmac/
1846-
[`ring::pbkdf2`]: https://docs.rs/ring/*/ring/pbkdf2/index.html
1845+
[`ring::hmac`]: https://briansmith.org/rustdoc/ring/hmac/
1846+
[`ring::pbkdf2`]: https://briansmith.org/rustdoc/ring/pbkdf2/index.html
18471847
[`Rng::gen_range`]: https://doc.rust-lang.org/rand/rand/trait.Rng.html#method.gen_range
18481848
[`RwLock`]: https://doc.rust-lang.org/std/sync/struct.RwLock.html
1849-
[`SecureRandom::fill`]: https://docs.rs/ring/*/ring/rand/trait.SecureRandom.html#tymethod.fill
1849+
[`SecureRandom::fill`]: https://briansmith.org/rustdoc/ring/rand/trait.SecureRandom.html#tymethod.fill
18501850
[`seek`]: https://doc.rust-lang.org/std/fs/struct.File.html#method.seek
18511851
[`std::io::Error`]: https://doc.rust-lang.org/std/io/struct.Error.html
18521852
[`Stdio::piped`]: https://doc.rust-lang.org/std/process/struct.Stdio.html

0 commit comments

Comments
 (0)