Skip to content

Commit

Permalink
Improve links in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
InfoHunter committed Jun 14, 2024
1 parent 77b4d5d commit a8b5e98
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/utils/cidr.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! This module is a Rust replica of
//! https://github.com/hashicorp/vault/blob/main/sdk/helper/cidrutil/cidr.go
//! <https://github.com/hashicorp/vault/blob/main/sdk/helper/cidrutil/cidr.go>
use std::{
str::FromStr,
Expand Down
2 changes: 1 addition & 1 deletion src/utils/ip_sock_addr.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! This module is a Rust replica of
//! https://github.com/hashicorp/go-sockaddr/blob/master/ipv4addr.go
//! <https://github.com/hashicorp/go-sockaddr/blob/master/ipv4addr.go>
use std::{
fmt,
Expand Down
2 changes: 1 addition & 1 deletion src/utils/salt.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! This module is a Rust replica of
//! https://github.com/hashicorp/vault/blob/main/sdk/helper/salt/salt.go
//! <https://github.com/hashicorp/vault/blob/main/sdk/helper/salt/salt.go>
use openssl::{
hash::{hash, MessageDigest},
Expand Down
2 changes: 1 addition & 1 deletion src/utils/sock_addr.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! This module is a Rust replica of
//! https://github.com/hashicorp/go-sockaddr/blob/master/sockaddr.go
//! <https://github.com/hashicorp/go-sockaddr/blob/master/sockaddr.go>
use std::{
fmt,
Expand Down
2 changes: 1 addition & 1 deletion src/utils/unix_sock_addr.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! This module is a Rust replica of
//! https://github.com/hashicorp/go-sockaddr/blob/master/unixsock.go
//! <https://github.com/hashicorp/go-sockaddr/blob/master/unixsock.go>
use std::fmt;
use as_any::Downcast;
Expand Down

0 comments on commit a8b5e98

Please sign in to comment.