Skip to content

Commit 0decd76

Browse files
authored
docs: rename docs-src to src-docs for consistency
PR-URL: #6581 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent c82ae2b commit 0decd76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tools/make/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
> Development utility.
2424
25-
This project uses [`make`][make] as its development utility. For an overview of `make`, see the `make` [manual][make].
25+
This project uses [`make`][make] as its development utility. For an overview of `make`, see the `make` [manual][make].
2626

2727
## Usage
2828

@@ -402,7 +402,7 @@ $ make BENCHMARKS_FILTER=".*/math/base/special/.*" BENCHMARKS_PATTERN=benchmark.
402402
To generate documentation from [JSDoc][jsdoc] source code comments,
403403

404404
```bash
405-
$ make docs-src
405+
$ make src-docs
406406
```
407407

408408
To view the documentation in a local web browser,

0 commit comments

Comments
 (0)