summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-10 18:29:36 -0700
committerGary E. Miller <gem@rellim.com>2015-04-10 18:29:36 -0700
commitee564ab6cb7dc8ea60bc4f8e13cdf36ee9fe26d3 (patch)
treec6398baa4cf1eb8c38107d5c9e2abfbbd646805a /www
parent76d03cfed431528e52352fd6220407829b2a3a76 (diff)
downloadgpsd-ee564ab6cb7dc8ea60bc4f8e13cdf36ee9fe26d3.tar.gz
Link fixes...
Diffstat (limited to 'www')
-rw-r--r--www/history.html12
-rw-r--r--www/protocol-transition.txt4
2 files changed, 8 insertions, 8 deletions
diff --git a/www/history.html b/www/history.html
index 83f1af60..0562f224 100644
--- a/www/history.html
+++ b/www/history.html
@@ -88,10 +88,10 @@ proprietary format of the EarthMate GPS between early 1999 and late
href='http://pygps.org/'>pypgs.org</a> for several years and became
one of its three maintainers. He continued the gpsd tradition by
largely ignoring the code once he had gotten it working well enough to
-support <a href="http://www.pygps.org">pyGPS</a>.</p>
+support <a href="http://pygps.org">pyGPS</a>.</p>
<p>Sometime during this period Fritz Ganter, author of the <a
-href="http://www.gpsdrive.cc/">GPSdrive</a> project, forked gpsd.
+href="http://www.gpsdrive.de/">GPSdrive</a> project, forked gpsd.
There are a couple of different stories about why the fork happened
and some clashing memories. However, the gpsdrive version did not
diverge from the parent gpsd in any significant way. The protocol it
@@ -99,10 +99,10 @@ spoke was a proper subset of gpsd-2's. This variant is also dead; the
new maintainer, J&#246;rg Ostertag, dropped it from the gpsdrive-2.10
prereleases in 2007.</p>
-<p>Another fork was ngpsd, part of the <a
-href='http://www.navsys.org/navsys/'>NavSys</a> project. This
-diverged from the gpsdrive fork in 2002. The author, Amaury Jaqcquot,
-is now on the gpsd list and ngpsd has been officially retired.</p>
+<p>Another fork was ngpsd, part of the <code>NavSys</code> project.
+This diverged from the gpsdrive fork in 2002. The author, Amaury
+Jaqcquot, is now on the gpsd list and ngpsd has been officially
+retired.</p>
<p>Yet another fork of gpsd was moved into C++ by Thomas Hargrove and
called <code>tgpsd</code>. The protocol it spoke was almost a proper
diff --git a/www/protocol-transition.txt b/www/protocol-transition.txt
index 59ba88ca..9dce0573 100644
--- a/www/protocol-transition.txt
+++ b/www/protocol-transition.txt
@@ -30,8 +30,8 @@ fix-quality information in atomized partial form, without timestamps.
There was also no way to support returning more than single-line
responses to a client. This was a problem for returning things like
-http://gps.wva.net/html.com[RINEX] format, which we'd like to be able
-to do when a device can report pseudoranges.
+[RINEX] format, which we'd like to be able to do when a device can
+report pseudoranges.
== The transition plan ==