Skip to content

Commit 2576bab

Browse files
committed
Fixed link to new release
1 parent 2796ba7 commit 2576bab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ <h2>CppUTest unit testing and mocking framework for C/C++</h2>
4242
</nav>
4343

4444
<section id="downloads">
45-
<a href="https://github.com/cpputest/cpputest.github.io/blob/master/releases/cpputest-3.8.zip?raw=true" class="btn btn-inverse">Download Release 3.8 as .zip</a>
46-
<a href="https://github.com/cpputest/cpputest.github.io/blob/master/releases/cpputest-3.8.tar.gz?raw=true" class="btn btn-inverse">Download Release 3.8 as .tar.gz</a>
45+
<a href="https://github.com/cpputest/cpputest/releases/download/v3.8/cpputest-3.8.zip" class="btn btn-inverse">Download Release 3.8 as .zip</a>
46+
<a href="https://github.com/cpputest/cpputest/releases/download/v3.8/cpputest-3.8.tar.gz" class="btn btn-inverse">Download Release 3.8 as .tar.gz</a>
4747
</section>
4848
</div>
4949
</header>

0 commit comments

Comments
 (0)