Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe385d3

Browse files
committed
Changed links
1 parent efb2821 commit fe385d3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

index.html

+10-10
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ <h1>Cpputest</h1>
1919
<h2>CppUTest unit testing and mocking framework for C/C++</h2>
2020

2121
<section id="downloads">
22-
<a href="https://github.com/downloads/basvodde/cpputest/CppUTest-v3.2.zip" class="btn">Download Release 3.2 as .zip</a>
23-
<a href="https://github.com/downloads/basvodde/cpputest/CppUTest-v3.2.tar.gz" class="btn">Download Release 3.2 as .tar.gz</a>
24-
<a href="https://github.com/basvodde/cpputest/zipball/master" class="btn">Download latest code as .zip</a>
25-
<a href="https://github.com/basvodde/cpputest" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
22+
<a href="https://github.com/downloads/cpputest/cpputest/CppUTest-v3.2.zip" class="btn">Download Release 3.2 as .zip</a>
23+
<a href="https://github.com/downloads/cpputest/cpputest/CppUTest-v3.2.tar.gz" class="btn">Download Release 3.2 as .tar.gz</a>
24+
<a href="https://github.com/cpputest/cpputest/zipball/master" class="btn">Download latest code as .zip</a>
25+
<a href="https://github.com/cpputest/cpputest" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
2626
</section>
2727
</div>
2828
</header>
@@ -43,13 +43,13 @@ <h2>Where to get CppUTest</h2>
4343

4444
<p>The download link for github is at the top of this page. You can either get the latest code or a specific release.
4545
</p><p>
46-
You can find all the downloads <a href="https://github.com/basvodde/cpputest/downloads">at the download page</a>
46+
You can find all the downloads <a href="https://github.com/cpputest/cpputest/downloads">at the download page</a>
4747
</p><p>
4848
Alternatively, you can clone the github repository, read-only:
49-
<pre><code>git clone git://github.com/basvodde/cpputest.git
49+
<pre><code>git clone git://github.com/cpputest/cpputest.git
5050
</code></pre>
5151
Or clone it via ssh (which requires a github account)
52-
<pre><code>git clone [email protected]:basvodde/cpputest.git
52+
<pre><code>git clone [email protected]:cpputest/cpputest.git
5353
</code></pre>
5454
</p>
5555

@@ -58,8 +58,8 @@ <h2>Where to find more information</h2>
5858
<ul>
5959
<li> The CppUTest manual can be found at <a href="http://www.cpputest.org/">CppUTest.org</a>
6060
<li> If you have any question, check out the <a href="https://groups.google.com/forum/?fromgroups#!forum/cpputest">Google Groups</a>
61-
<li> The source is at the <a href="https://github.com/basvodde/cpputest">main github page</a>
62-
<li> You can report bugs or features at <a href="https://github.com/basvodde/cpputest/issues">the issues page</a>
61+
<li> The source is at the <a href="https://github.com/cpputest/cpputest">main github page</a>
62+
<li> You can report bugs or features at <a href="https://github.com/cpputest/cpputest/issues">the issues page</a>
6363
<li> You can follow <a href="https://twitter.com/CppUTest">CppUTest on twitter</a>
6464
</ul>
6565
<h2>Quick introduction (some code!)</h2>
@@ -93,7 +93,7 @@ <h2>Quick introduction (some code!)</h2>
9393
return CommandLineTestRunner::RunAllTests(ac, av);
9494
}
9595
</code></pre>
96-
<p>For more information, I'd recommend to <a href="www.cpputest.org">read the manual</a> or, even better, check some <a href="https://github.com/basvodde/cpputest/tree/master/tests">existing tests</a> such as <a href="https://github.com/basvodde/cpputest/blob/master/tests/SimpleStringTest.cpp">SimpleStringTest</a> or (a bit more complicated) <a href="https://github.com/basvodde/cpputest/blob/master/tests/MemoryLeakDetectorTest.cpp">MemoryLeakDetectorTest</a> or the <a href="https://github.com/basvodde/cpputest/blob/master/tests/CppUTestExt/TestMockSupport.cpp">mocking tests</a> or just check out the <a href="https://github.com/basvodde/cpputest/blob/master/tests/CheatSheetTest.cpp">Cheat Sheet</a></p>
96+
<p>For more information, I'd recommend to <a href="www.cpputest.org">read the manual</a> or, even better, check some <a href="https://github.com/cpputest/cpputest/tree/master/tests">existing tests</a> such as <a href="https://github.com/cpputest/cpputest/blob/master/tests/SimpleStringTest.cpp">SimpleStringTest</a> or (a bit more complicated) <a href="https://github.com/cpputest/cpputest/blob/master/tests/MemoryLeakDetectorTest.cpp">MemoryLeakDetectorTest</a> or the <a href="https://github.com/cpputest/cpputest/blob/master/tests/CppUTestExt/TestMockSupport.cpp">mocking tests</a> or just check out the <a href="https://github.com/cpputest/cpputest/blob/master/tests/CheatSheetTest.cpp">Cheat Sheet</a></p>
9797
<h2>Authors and Contributors</h2>
9898

9999
<p>CppUTest has many has had many contributions from its users. We can't remember all, but we appreciate it a lot!. Much of the original code was written by Michael Feathers (based on CppUnit Lite). The current main maintainers are <a href="https://github.com/jwgrenning">@jwgrenning</a> and <a href="https://github.com/basvodde">@basvodde</a></p>

0 commit comments

Comments
 (0)