Skip to content

Commit 6fd7c90

Browse files
committed
Use the "www." prefixed url for the Rust logo to avoid a 301
1 parent 86a893c commit 6fd7c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gha_logs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ async fn process_logs(
135135
<title>{log_uuid} - triagebot</title>
136136
<meta charset="UTF-8">
137137
<meta name="viewport" content="width=device-width, initial-scale=1.0">
138-
<link rel="icon" sizes="32x32" type="image/png" href="https://rust-lang.org/static/images/favicon-32x32.png">
138+
<link rel="icon" sizes="32x32" type="image/png" href="https://www.rust-lang.org/static/images/favicon-32x32.png">
139139
<style>
140140
body {{
141141
font: 14px SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;

0 commit comments

Comments
 (0)