Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bb880dd

Browse filesBrowse files
technic960183ruyadorno
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 0331b3f commit bb880dd
Copy full SHA for bb880dd

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/contributing/pull-requests.md‎

Copy file name to clipboardExpand all lines: doc/contributing/pull-requests.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.