Skip to content

Commit faf11d8

Browse files
authored
Update layout.html
1 parent e5d0082 commit faf11d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% block extrahead %}
44
{% if 'getting-started-setup' in pagename%}
55
<link rel="stylesheet" href="../_static/css/progress-bar.css">
6-
<script src="_static/js/progress-bar.js" defer></script>
6+
<script src="../_static/js/progress-bar.js" defer></script>
77
{% elif 'compiler-delegate-and-partitioner' in pagename%}
88
<link rel="stylesheet" href="../_static/css/progress-bar.css">
99
<script src="../_static/js/progress-bar.js" defer></script>

0 commit comments

Comments
 (0)