-
-
Notifications
You must be signed in to change notification settings - Fork 324
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
Check markdown links validity in CI #2495
Conversation
configuration file for md checker.
Ooops didn't mean to merge yet, sorry |
We can open a new PR though to fix those, I don't think un-fixing the current ones makes sense |
no worries it's fine. we can continue in another pr if it's still broken |
@@ -12,7 +12,7 @@ Some cross-platform things in bolts include | |||
* ShMem: A cross-platform (Windows, Linux, Android, MacOS) shared memory implementation | |||
* LLMP: A fast, lock-free IPC mechanism via SharedMap | |||
* Core_affinity: A maintained version of `core_affinity` that can be used to get core information and bind processes to cores | |||
* Rands: Fast random number generators for fuzzing (like [RomuRand](http://www.romu-random.org/)) | |||
* Rands: Fast random number generators for fuzzing (like [RomuRand](https://www.romu-random.org/)) |
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.
TLS is broken on this domain
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.
both are broken according to the action, not sure what we should do with this
Appears to still be broken |
we can continue here #2497 |
* add markdown link check in ci * fix broken links when possible. configuration file for md checker. * accept code 200... * more fixes * more fixes * more fixes
No description provided.