summaryrefslogtreecommitdiff
path: root/www/reliability.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/reliability.html')
-rw-r--r--www/reliability.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/reliability.html b/www/reliability.html
index 27b72916..70dc2916 100644
--- a/www/reliability.html
+++ b/www/reliability.html
@@ -81,7 +81,7 @@ for months between new tracker bugs.</p>
<h2>We have an extensive suite of unit tests and regression tests</h2>
-<p>GPSD has around 90 unit tests and regression tests, including sample
+<p>GPSD has around 100 unit tests and regression tests, including sample
device output for almost every sensor type we support. We've put a lot of
effort into making the tests easy and fast to run so they can be run
often. This makes it actively difficult for random code changes to
@@ -132,7 +132,7 @@ small a fraction of the state space as we can.</p>
<p>We also use <a href='http://valgrind.org/'>valgrind</a> to check
for memory leaks, though this is not expected to turn up bugs (and
-doesn't) due to our no-dynamic-allocation <a href="hacking#malloc">house
+doesn't) due to our no-dynamic-allocation <a href="hacking#malloc.html">house
rule</a>.</p>
<h2>We are methodical and merciless</h2>