Skip to content

Commit a8cd2dc

Browse files
committed
doc: move style guide to findable location
Move the style guide to doc/README.md so people might find it. The current location is easily overlooked, as is evidenced by #41025
1 parent 18ff583 commit a8cd2dc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

doc/guides/contributing/pull-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ If you are modifying code, please be sure to run `make lint` (or
121121
code style guide.
122122

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

0 commit comments

Comments
 (0)