Skip to content

Commit 3732d59

Browse files
authored
Merge pull request #508 from minami80630/fix-link
fix broken link
2 parents 412928f + 61695e2 commit 3732d59

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/templates/pages/index/content.handlebars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<span class="button clipboard" data-clipboard-text="npm install diff2html" title="Copy">Copy</span>
7373
</div>
7474
<p>
75-
<a href="https://github.com/rtfpessoa/diff2html#how-to-use" target="_blank" rel="noopener" rel="noreferrer">
75+
<a href="https://github.com/rtfpessoa/diff2html#usage" target="_blank" rel="noopener" rel="noreferrer">
7676
Find usage examples in the Docs
7777
</a>
7878
</p>
@@ -510,7 +510,7 @@
510510
<a href="https://gitter.im/rtfpessoa/diff2html" target="_blank" rel="noopener" rel="noreferrer">Gitter</a>.
511511
Need any help?
512512
</p>
513-
<a href="https://github.com/rtfpessoa/diff2html#how-to-use" target="_blank" rel="noopener" rel="noreferrer">
513+
<a href="https://github.com/rtfpessoa/diff2html#usage" target="_blank" rel="noopener" rel="noreferrer">
514514
Read more in the Docs
515515
</a>
516516
</div>

website/templates/template.handlebars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<a href="https://twitter.com/rtfpessoa" target="_blank" rel="noopener" rel="noreferrer">@rtfpessoa</a>.
7979
</p>
8080
<p>
81-
<a class="footer-list-link" href="https://github.com/rtfpessoa/diff2html#how-to-use" target="_blank"
81+
<a class="footer-list-link" href="https://github.com/rtfpessoa/diff2html#usage" target="_blank"
8282
rel="noopener" rel="noreferrer">FAQ</a>
8383
-
8484
<a class="footer-list-link" href="https://diff2html.xyz">diff2html</a>
@@ -102,4 +102,4 @@
102102
</script>
103103
</body>
104104

105-
</html>
105+
</html>

0 commit comments

Comments
 (0)