Skip to content

Commit 19b9da1

Browse files
committed
patch github link in torchtune docs header
1 parent d0c6460 commit 19b9da1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/source/_templates/layout.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@
1515
var collapsedSections = ['Introduction', 'Getting Started', 'Tutorials']
1616
</script> -->
1717

18-
<script script type="text/javascript">
18+
<script type="text/javascript">
1919
var collapsedSections = []
20-
</script>
20+
</script>
21+
{{ super() }}
22+
<script type="text/javascript">
23+
$(document).ready(function() {
24+
$(".main-menu-item a[href='https://github.com/pytorch/pytorch']").attr("href", "https://github.com/pytorch/torchtune");
25+
});
26+
</script>
2127
{% endblock %}

0 commit comments

Comments
 (0)