Skip to content

Commit 1d5c2b6

Browse files
author
Benjamin Muskalla
authored
Fix broken link to documentation
Fixes duplicate closing tag (which made the link not usable at all) and linked readme section to jump directly to docs
1 parent 68395e5 commit 1d5c2b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/templates/pages/index/content.handlebars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
<div class="column">
8686
<h4 class="title is-size-4 is-spaced"><strong>With command line integration</strong></h4>
8787
<p>We work hard to make sure you can have your diffs in a simple and flexible
88-
way. Go here for the <a href="https://github.com/rtfpessoa/diff2html-cli" target="_blank"
89-
rel="noopener" rel="noreferrer"></a>full
88+
way. Go here for the <a href="https://github.com/rtfpessoa/diff2html-cli#readme" target="_blank"
89+
rel="noopener" rel="noreferrer">full
9090
documentation</a>.
9191
</p>
9292
</div>

0 commit comments

Comments
 (0)