@@ -122,7 +122,7 @@ If you are modifying code, please be sure to run `make lint` (or
|
122 | 122 | code style guide. |
123 | 123 | |
124 | 124 | 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 |
126 | 126 | included in the API docs will also be checked when running `make lint` (or |
127 | 127 | `vcbuild.bat lint` on Windows). If you are adding to or deprecating an API, |
128 | 128 | add or change the appropriate YAML documentation. Use `REPLACEME` for the |
|