summaryrefslogtreecommitdiff
path: root/www/reliability.html
diff options
context:
space:
mode:
authorSanjeev Gupta <ghane0@gmail.com>2014-09-01 16:48:18 +0800
committerEric S. Raymond <esr@thyrsus.com>2014-09-04 14:44:07 -0400
commit29df9a73c08aa7c36adfc9f6fcaa41f434a26703 (patch)
tree4150bd57abc814399df5fd19e9071e59b57871ce /www/reliability.html
parent844ea0d830d87743f11993780e5a895e4118cef0 (diff)
downloadgpsd-29df9a73c08aa7c36adfc9f6fcaa41f434a26703.tar.gz
Fix broken link anchor
Diffstat (limited to 'www/reliability.html')
-rw-r--r--www/reliability.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/reliability.html b/www/reliability.html
index b00b8adf..a47cb7b9 100644
--- a/www/reliability.html
+++ b/www/reliability.html
@@ -138,7 +138,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.html">house
+doesn't) due to our no-dynamic-allocation <a href="hacking.html#malloc">house
rule</a>.</p>
<h2>We are methodical and merciless</h2>