Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links in doc #3

Merged
merged 1 commit into from
May 12, 2024
Merged

Fix links in doc #3

merged 1 commit into from
May 12, 2024

Conversation

dengelt
Copy link
Contributor

@dengelt dengelt commented Dec 30, 2023

When building the docs, cargo throws some warnings:

warning: this URL is not a hyperlink
  --> src/lib.rs:15:74
   |
15 | //! * `bdays::calendars::brazil::BrazilExchange` : B3 Exchange holidays (http://www.b3.com.br)
   |                                                                          ^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.b3.com.br>`
   |
   = note: bare URLs are not automatically turned into clickable links
   = note: `#[warn(rustdoc::bare_urls)]` on by default

warning: this URL is not a hyperlink
  --> src/calendars/brazil.rs:80:27
   |
80 | /// B3 Exchange holidays (http://www.b3.com.br).
   |                           ^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.b3.com.br>`
   |
   = note: bare URLs are not automatically turned into clickable links

I implemented cargo's suggestions and changed the protocol from http to https.

@felipenoris felipenoris merged commit 1736f4a into felipenoris:master May 12, 2024
8 of 11 checks passed
@felipenoris
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants