Skip to content

Commit 98d0998

Browse files
authored
Rollup merge of rust-lang#40467 - projektir:readme_docs, r=steveklabnik
Updating README.md to point to the correct doc location
2 parents 8eae8f7 + 6b7b262 commit 98d0998

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,9 @@ If you’d like to build the documentation, it’s almost the same:
161161
$ ./x.py doc
162162
```
163163

164-
The generated documentation will appear in a top-level `doc` directory,
165-
created by the `make` rule.
164+
The generated documentation will appear under `doc` in the `build` directory for
165+
the ABI used. I.e., if the ABI was `x86_64-pc-windows-msvc`, the directory will be
166+
`build\x86_64-pc-windows-msvc\doc`.
166167

167168
## Notes
168169

0 commit comments

Comments
 (0)