Skip to content

Commit e4922ab

Browse files
technic960183aduh95
authored andcommitted
doc: fix incorrect link to style guide
The link to the style guide in `pull-requests.md` linked to the main `README.md` instead of `doc/README.md`. This commit fixes the link. Refs: #41119 PR-URL: #56181 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 595851b commit e4922ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/contributing/pull-requests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ If you are modifying code, please be sure to run `make lint` (or
122122
code style guide.
123123

124124
Any documentation you write (including code comments and API documentation)
125-
should follow the [Style Guide](../../README.md). Code samples
125+
should follow the [Style Guide](../../doc/README.md). Code samples
126126
included in the API docs will also be checked when running `make lint` (or
127127
`vcbuild.bat lint` on Windows). If you are adding to or deprecating an API,
128128
add or change the appropriate YAML documentation. Use `REPLACEME` for the

0 commit comments

Comments
 (0)