Skip to content

Commit 0755530

Browse files
committed
Merge pull request cpputest#32 from arstrube/master
Fix dead link and point Coveralls to cpputest/cpputest
2 parents 4681b56 + 8ebd7ce commit 0755530

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h2>CppUTest unit testing and mocking framework for C/C++</h2>
2222
<div class="navbar navbar-inverse">
2323
<div class="navbar-inner">
2424
<a class="brand" href="index.html">CppUTest</a>
25-
<a class="brand" href='https://coveralls.io/github/arstrube/cpputest?branch=master'><img src='https://coveralls.io/repos/github/arstrube/cpputest/badge.svg?branch=master' alt='Coverage Status' /></a>
25+
<a class="brand" href='https://coveralls.io/github/cpputest/cpputest?branch=master'><img src='https://coveralls.io/repos/github/cpputest/cpputest/badge.svg?branch=master' alt='Coverage Status' /></a>
2626

2727
<ul class="nav">
2828
<li class="divider-vertical"></li>

manual.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ Test plugins let you add a pre-action and a post-action to each test case. Plug
394394
* IEEE754 Floating point exceptions (provided; v3.8) - automatically checks whether any floating point exception flags are set at the end of every test and if so, fails the test.
395395
* All Mutex's released - you could write a plugin that checks that any Mutexs or other shared resource is released before the test exits.
396396

397-
Complete Documentation for provided plugins can be found on the [Plugins Manual](plugins_manual.html) page.
397+
Complete Documentation for provided plugins can be found on the [Plugin Manual](plugin_manual.html) page.
398398

399399
<a id="scripts"> </a>
400400

0 commit comments

Comments
 (0)