@@ -178,7 +178,7 @@ $ rustdoc src/lib.rs --passes strip-priv-imports
178178An argument of "list" will print a list of possible "rustdoc passes", and other
179179arguments will be the name of which passes to run in addition to the defaults.
180180
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 ) .
182182
183183See also ` --no-defaults ` .
184184
@@ -194,7 +194,7 @@ By default, `rustdoc` will run several passes over your code. This
194194removes those defaults, allowing you to use ` --passes ` to specify
195195exactly which passes you want.
196196
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 ) .
198198
199199See also ` --passes ` .
200200
@@ -207,7 +207,7 @@ $ rustdoc src/lib.rs --test
207207```
208208
209209This 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 ) .
211211
212212See also ` --test-args ` .
213213
@@ -220,7 +220,7 @@ $ rustdoc src/lib.rs --test --test-args ignored
220220```
221221
222222This 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 ) .
224224
225225See also ` --test ` .
226226
0 commit comments