Skip to content

Commit 263081c

Browse files
committed
fix: broken diagnostic redirects
1 parent 530c4d7 commit 263081c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: book.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ warning-policy = "error"
4848

4949
[output.html.redirect]
5050
"/compiletest.html" = "tests/compiletest.html"
51-
"/diagnostics/sessiondiagnostic.html" = "diagnostics/diagnostic-structs.html"
51+
"/diagnostics/sessiondiagnostic.html" = "diagnostic-structs.html"
52+
"/diagnostics/diagnostic-codes.html" = "error-codes.html"
5253
"/miri.html" = "const-eval/interpret.html"

0 commit comments

Comments
 (0)