Skip to content

Commit 9cd4f2f

Browse files
committed
Fix fork button link
1 parent 14e04e6 commit 9cd4f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h3 class="title-text">
1717
<div>
1818
<a class="github-button" href="https://github.com/etro-js/etro" data-size="large" data-show-count="true"
1919
aria-label="Star etro-js/etro on GitHub">Star</a>
20-
<a class="github-button" href="https://github.com/etro-js/fork" data-size="large"
20+
<a class="github-button" href="https://github.com/etro-js/etro/fork" data-size="large"
2121
data-show-count="true" aria-label="Fork etro-js/etro on GitHub">Fork</a>
2222
</div>
2323
</section>

0 commit comments

Comments
 (0)