You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -61,9 +60,9 @@ The build files are found in the `book/html` directory.
61
60
62
61
### Link Validations
63
62
64
-
We use `mdbook-linkcheck2` to validate URLs included in our documentation. Link
65
-
checking is **not** run by default locally, though it is in CI. To enable it
66
-
locally, set the environment variable `ENABLE_LINKCHECK=1` like in the
63
+
We use `mdbook-linkcheck2` to validate URLs included in our documentation.
64
+
Link checking is **not** run by default locally, though it is in CI.
65
+
To enable it locally, set the environment variable `ENABLE_LINKCHECK=1` like in the
67
66
following example.
68
67
69
68
```
@@ -72,6 +71,7 @@ ENABLE_LINKCHECK=1 mdbook serve
72
71
73
72
## Synchronizing josh subtree with rustc
74
73
75
-
This repository is linked to `rust-lang/rust` as a [josh](https://josh-project.github.io/josh/intro.html) subtree. You can use the [rustc-josh-sync](https://github.com/rust-lang/josh-sync) tool to perform synchronization.
74
+
This repository is linked to `rust-lang/rust` as a [josh](https://josh-project.github.io/josh/intro.html) subtree.
75
+
You can use the [rustc-josh-sync](https://github.com/rust-lang/josh-sync) tool to perform synchronization.
76
76
77
77
You can find a guide on how to perform the synchronization [here](./src/external-repos.md#synchronizing-a-josh-subtree).
0 commit comments