-
Notifications
You must be signed in to change notification settings - Fork 585
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
Fixing broken links in markdown documents #2014
Conversation
azp /run |
@krwq I replaced several broken links with working ones Could you please take a look at the new links and verify they can be published here? I don't know if there is any "licensing" issue in linking public pdfs on external websites. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
You can link almost anything, it's to the person consuming the link to check the license associated to it. And that is the reason why, we have to have links on those datasheet as most of the time we don't really know the license associated to them. So we don't want to embed them into a repository. |
Ok, I was pretty sure but when there are "legal" issues, it is always better asking :-) Do you think we can do anything to avoid checking the hackaday.io website? It is super-slow and currently causing the test to fail. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, that's a lot of them since last time we did this :)
You can update https://github.com/dotnet/iot/blob/main/.markdown-link-check.json to ignore specific website |
Okay, I will leave the website but remove the link. |
Documentation/README.md
Outdated
@@ -134,7 +134,7 @@ This repository mainly contains two different components: | |||
|
|||
### Social | |||
|
|||
* [Hackaday.io](https://hackaday.io/) | |||
* Hackaday.io |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not leave this as it was and just block link checker for this in the json?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not aware of the json. That's why I was asking before.
Where is it and how does it work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, found.
Restored the link and added the exclusion. Let's see if this time works
Looks like it worked. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome, thanks so much for taking care of this @raffaeler!
This PR replaced a broken link (missing datasheet) with:
https://www.mouser.com/datasheet/2/348/bh1750fvi-e-186247.pdf
Microsoft Reviewers: Open in CodeFlow