-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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: fix man pages link #5686 #5721
Conversation
Do not call the linkManPages if the tok type is code
lgtm if it works cc @dcposch / @silverwind who landed 4e77a7c Edit: sorry @dc, wrong person. :) |
LGTM |
looks reasonable to me |
Linking: #5686 |
Just out of curiosity - what does the Its-watch-v4.x label mean? Is it ITS or LTS? |
@mithun-daa If a PR or specific commits are deemed not suitable for LTS the label We us a tool branch-diff which is able to utilize these labels and help us audit new changes that can be landed on LTS |
Landed in e6bdb61 |
@mithun-daa ... I did update the commit log to fit our commit guidelines standards. |
Pull Request check-list
Please make sure to review and check all of these items:
make -j8 test
(UNIX) orvcbuild test nosign
(Windows) pass withthis change (including linting)?
test (or a benchmark) included?
existing APIs, or introduces new ones)?
NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.
Affected core subsystem(s)
Please provide affected core subsystem(s) (like buffer, cluster, crypto, etc)
docs
Description of change
Please provide a description of the change here.
Add an extra check to make sure the
tok
type is not'code
before calling thelinkManPages