Skip to content

Commit ab21f71

Browse files
committed
fix broken CSS links
1 parent 81643e2 commit ab21f71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

util/gh-pages/index_template.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<link id="githubDarkHighlight" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/styles/github-dark.min.css" disabled="true" /> {# #}
2020

2121
<!-- The files are not copied over into the Clippy project since they use the MPL-2.0 License -->
22-
<link rel="stylesheet" href="https://rust-lang.github.io/mdBook/css/variables.css"/> {# #}
23-
<link id="styleHighlight" rel="stylesheet" href="https://rust-lang.github.io/mdBook/highlight.css"> {# #}
24-
<link id="styleNight" rel="stylesheet" href="https://rust-lang.github.io/mdBook/tomorrow-night.css" disabled="true"> {# #}
25-
<link id="styleAyu" rel="stylesheet" href="https://rust-lang.github.io/mdBook/ayu-highlight.css" disabled="true"> {# #}
22+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/rust-lang/[email protected]/src/theme/css/variables.css"/> {# #}
23+
<link id="styleHighlight" rel="stylesheet" href="https://cdn.jsdelivr.net/gh/rust-lang/[email protected]/src/theme/highlight.css"> {# #}
24+
<link id="styleNight" rel="stylesheet" href="https://cdn.jsdelivr.net/gh/rust-lang/[email protected]/src/theme/tomorrow-night.css" disabled="true"> {# #}
25+
<link id="styleAyu" rel="stylesheet" href="https://cdn.jsdelivr.net/gh/rust-lang/[email protected]/src/theme/ayu-highlight.css" disabled="true"> {# #}
2626
<link rel="stylesheet" href="style.css"> {# #}
2727
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/highlight.min.js" defer></script> {# #}
2828
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/languages/rust.min.js" defer></script> {# #}

0 commit comments

Comments
 (0)