Skip to content
This repository was archived by the owner on Sep 30, 2021. It is now read-only.

Commit 154192c

Browse files
committed
Fix broken ToC link in README
1 parent 8cf8982 commit 154192c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
* [Background](#background)
2-
* [Testing and the CMockery framework](#testing-and-the-cmockery-framework)
2+
* [Testing and the Google Test framework](#testing-and-the-google-test-framework)
33
* [Fixing memory problems](#fixing-memory-problems)
44
* [Getting started](#getting-started)
55
* [The problems](#the-problems)
@@ -18,7 +18,7 @@ the second is a simple exercise on 1-D arrays of characters
1818
For more information (including information on how to use ```valgrind```), see
1919
the [Lab3 pre-lab](https://github.com/UMM-CSci-Systems/C-programming-pre-lab).
2020

21-
## Testing and the Google Test (aka `gtest`) framework
21+
## Testing and the Google Test framework
2222

2323
Each of these exercises comes with a set of tests implemented using [the
2424
Google Test framework for C](https://github.com/google/googletest), aka

0 commit comments

Comments
 (0)