File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ We use `rustfmt` to keep our codebase consistently formatted. Please ensure that
35
35
you have correctly formatted your code (most editors will do this automatically
36
36
when saving) or it may not pass the CI tests.
37
37
38
+ If you are moving, renaming or removing an existing mdBook page, please use mdBook's
39
+ [ ` output.html.redirect ` ] feature to ensure that the old URL gets redirected.
40
+
41
+ [ `output.html.redirect` ] : https://rust-lang.github.io/mdBook/format/configuration/renderers.html#outputhtmlredirect
42
+
38
43
Unless you explicitly state otherwise, any contribution intentionally
39
44
submitted for inclusion in the work by you, as defined in the
40
45
Apache-2.0 license, shall be dual licensed as in the README, without any
You can’t perform that action at this time.
0 commit comments