diff --git a/src/rustdoc-internals.md b/src/rustdoc-internals.md index bfe29122..f9c37ecd 100644 --- a/src/rustdoc-internals.md +++ b/src/rustdoc-internals.md @@ -201,7 +201,7 @@ server. To test these features locally, you can run a local HTTP server, like this: ```bash -$ ./x.py doc library/std +$ ./x.py doc library/std --stage 1 # The documentation has been generated into `build/[YOUR ARCH]/doc`. $ python3 -m http.server -d build/[YOUR ARCH]/doc ```