-
Notifications
You must be signed in to change notification settings - Fork 84
[DOC] Fix bad link to resolve docs-ci failure #166
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -143,7 +143,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ | |
| | <<plugins-{type}s-{plugin}-query_template>> |<<string,string>>|No | ||
| | <<plugins-{type}s-{plugin}-result_size>> |<<number,number>>|No | ||
| | <<plugins-{type}s-{plugin}-retry_on_failure>> |<<number,number>>|No | ||
| | <<plugins-{type}s-{plugin}-result_on_status_>> |<<number,number list>>|No | ||
| | <<plugins-{type}s-{plugin}-retry_on_status>> |<<number,number>>|No | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The intent here was to have the text of the link say "number list" because it takes a list of numbers.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What about
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
So when you modify the expected format to be
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Related:
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure we want to make it so easy to deviate from the standard. Instead we should vet and update links and gsubs to be more appropriate to our input types.
|
||
| | <<plugins-{type}s-{plugin}-sort>> |<<string,string>>|No | ||
| | <<plugins-{type}s-{plugin}-ssl>> |<<boolean,boolean>>|No | ||
| | <<plugins-{type}s-{plugin}-keystore>> |a valid filesystem path|No | ||
|
|
||

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.
@yaauie, please validate that this fix aligns with your original intent before I merge it.