Skip to content

Commit

Permalink
Merge pull request #3 from dengelt/fix-links
Browse files Browse the repository at this point in the history
Fix links in doc
  • Loading branch information
felipenoris authored May 12, 2024
2 parents f84d09d + f9d54ab commit 1736f4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/calendars/brazil.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl<T: Datelike + Copy + PartialOrd> HolidayCalendar<T> for BRSettlement {
}
}

/// B3 Exchange holidays (http://www.b3.com.br).
/// B3 Exchange holidays (<https://www.b3.com.br>).
pub struct BrazilExchange;

impl<T: Datelike + Copy + PartialOrd> HolidayCalendar<T> for BrazilExchange {
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//!
//! * `bdays::calendars::WeekendsOnly` : accounts only weekends
//! * `bdays::calendars::brazil::BRSettlement` : Brazilian banking holidays
//! * `bdays::calendars::brazil::BrazilExchange` : B3 Exchange holidays (http://www.b3.com.br)
//! * `bdays::calendars::brazil::BrazilExchange` : B3 Exchange holidays (<https://www.b3.com.br>)
//! * `bdays::calendars::us::USSettlement` : United States federal holidays
//!
//! # Usage
Expand Down

0 comments on commit 1736f4a

Please sign in to comment.