Skip to content

Commit d0e434c

Browse files
authored
Fix broken link on doc page (#1582)
1 parent 602ba86 commit d0e434c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/_templates/layout.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block sidebartitle %}
44
<div class="version">
5-
<a href='tba'>{{ version }} &#x25BC</a>
5+
<a href='index.html'>{{ version }} &#x25BC</a>
66
</div>
77
{% include "searchbox.html" %}
88
{% endblock %}
@@ -22,7 +22,7 @@
2222
// to point to the torchao repo.
2323
var overwrite = function (_) {
2424
if ($(this).length > 0) {
25-
$(this)[0].href = "https://github.com/pytorch-labs/ao"
25+
$(this)[0].href = "https://github.com/pytorch/ao"
2626
}
2727
}
2828
// PC

0 commit comments

Comments
 (0)