diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2020-07-28 01:46:00 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2020-07-28 01:46:00 +0100 |
commit | 42456e8e98bee298f874cd2e7f90d0666965807b (patch) | |
tree | 5a03520f3ff95a56670f33f5c158f649aed02410 /README | |
parent | 0094cf7054c839d5ff62e970c85e2de3f4c6334d (diff) | |
download | troggle-42456e8e98bee298f874cd2e7f90d0666965807b.tar.gz troggle-42456e8e98bee298f874cd2e7f90d0666965807b.tar.bz2 troggle-42456e8e98bee298f874cd2e7f90d0666965807b.zip |
fix server instructions + comment in stats output
Diffstat (limited to 'README')
-rw-r--r-- | README/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README/index.html b/README/index.html index 89f2b75..d904f4e 100644 --- a/README/index.html +++ b/README/index.html @@ -9,13 +9,13 @@ <h1>Troggle Code - README</h1> <h2>Contents of README.txt file</h2> -<iframe name="erriframe" width="90%" height="45%" +<iframe name="erriframe" width="70%" height="500" src="../readme.txt" frameborder="1" ></iframe> <h2>Troggle documentation in the Expo Handbook</h2> <ul> <li><a href="http://expo.survex.com/handbook/troggle/trogintro.html">Intro</a> -<li><a href="http://expo.survex.com/handbook/troggle/trogmanual.html">Troggle manual</a> +<li><a href="http://expo.survex.com/handbook/troggle/trogindex.html">Troggle manual INDEX</a> <li><a href="http://expo.survex.com/handbook/troggle/trogarch.html">Troggle data model</a> <li><a href="http://expo.survex.com/handbook/troggle/trogimport.html">Troggle importing data</a> <li><a href="http://expo.survex.com/handbook/troggle/trogdesign.html">Troggle design decisions</a> |