Skip to content

Commit

Permalink
fix: broken diagnostic redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezrashaw committed Feb 27, 2023
1 parent 530c4d7 commit 263081c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ warning-policy = "error"

[output.html.redirect]
"/compiletest.html" = "tests/compiletest.html"
"/diagnostics/sessiondiagnostic.html" = "diagnostics/diagnostic-structs.html"
"/diagnostics/sessiondiagnostic.html" = "diagnostic-structs.html"
"/diagnostics/diagnostic-codes.html" = "error-codes.html"
"/miri.html" = "const-eval/interpret.html"

0 comments on commit 263081c

Please sign in to comment.