Skip to content

Commit

Permalink
Fix broken link on doc page (#1582)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewor14 authored Jan 23, 2025
1 parent 602ba86 commit d0e434c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% block sidebartitle %}
<div class="version">
<a href='tba'>{{ version }} &#x25BC</a>
<a href='index.html'>{{ version }} &#x25BC</a>
</div>
{% include "searchbox.html" %}
{% endblock %}
Expand All @@ -22,7 +22,7 @@
// to point to the torchao repo.
var overwrite = function (_) {
if ($(this).length > 0) {
$(this)[0].href = "https://github.com/pytorch-labs/ao"
$(this)[0].href = "https://github.com/pytorch/ao"
}
}
// PC
Expand Down

0 comments on commit d0e434c

Please sign in to comment.