Skip to content

Commit 542acef

Browse files
authored
doc: Fix URLs for custom CSS and JS (#1700)
2 parents 0856e02 + 4d80aa0 commit 542acef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/html/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link rel="stylesheet" type="text/css" href="/highlight.css">
1+
<link rel="stylesheet" type="text/css" href="https://creusot-rs.github.io/creusot/doc/highlight.css">

ci/html/postscript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script src="/highlight.js"></script>
1+
<script src="https://creusot-rs.github.io/creusot/doc/highlight.js"></script>
22
<script>
33
hljs.configure({
44
tabReplace: ' ',

0 commit comments

Comments
 (0)