-
Notifications
You must be signed in to change notification settings - Fork 18
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
Docs/markdown broken links #49
base: main
Are you sure you want to change the base?
Conversation
This link always returns 503 in the pipeline, but locally it works...
@@ -43,7 +43,7 @@ Ports: | |||
|
|||
### Dependencies | |||
|
|||
* [engine-ia-jdk8](#engine-ia-jdk8) via docker-compose network\ | |||
* [engine-ia-jdk8](#engine-ia) via docker-compose network\ |
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 sure if this needs any updates with the new jdk17 container...
"ignorePatterns": [ | ||
{ | ||
"pattern": "^http(s)?://localhost(:\\d+)?", | ||
"pattern": "^https://opensource.org/licenses/MIT$", |
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 don't know why, but opensource.org always throws an 503 error when running in the pipeline. Running markdown link checker locally works as expected without this exception...
This PR will
I'd be happy to add more value to the project (especially documentation wise).