@@ -178,7 +178,7 @@ $ rustdoc src/lib.rs --passes strip-priv-imports
178
178
An argument of "list" will print a list of possible "rustdoc passes", and other
179
179
arguments will be the name of which passes to run in addition to the defaults.
180
180
181
- For more details on passes, see [ the chapter on them] ( passes.html ) .
181
+ For more details on passes, see [ the chapter on them] ( passes.md ) .
182
182
183
183
See also ` --no-defaults ` .
184
184
@@ -194,7 +194,7 @@ By default, `rustdoc` will run several passes over your code. This
194
194
removes those defaults, allowing you to use ` --passes ` to specify
195
195
exactly which passes you want.
196
196
197
- For more details on passes, see [ the chapter on them] ( passes.html ) .
197
+ For more details on passes, see [ the chapter on them] ( passes.md ) .
198
198
199
199
See also ` --passes ` .
200
200
@@ -207,7 +207,7 @@ $ rustdoc src/lib.rs --test
207
207
```
208
208
209
209
This flag will run your code examples as tests. For more, see [ the chapter
210
- on documentation tests] ( documentation-tests.html ) .
210
+ on documentation tests] ( documentation-tests.md ) .
211
211
212
212
See also ` --test-args ` .
213
213
@@ -220,7 +220,7 @@ $ rustdoc src/lib.rs --test --test-args ignored
220
220
```
221
221
222
222
This flag will pass options to the test runner when running documentation tests.
223
- For more, see [ the chapter on documentation tests] ( documentation-tests.html ) .
223
+ For more, see [ the chapter on documentation tests] ( documentation-tests.md ) .
224
224
225
225
See also ` --test ` .
226
226
0 commit comments