diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2021-07-11 20:27:03 +1200 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2021-07-11 20:27:03 +1200 |
commit | 1ed85021f147ef82f70ca863dbc06a519a2370d1 (patch) | |
tree | 4c87c94e8dce8674622f14f4ea6125289f1310ae /project/templates/stvcount.html | |
parent | f13f1dd45ee954e9d9126ae3f398891b599b01f5 (diff) |
Changed /cgit to /cgi-bin, revised spacing
Diffstat (limited to 'project/templates/stvcount.html')
-rw-r--r-- | project/templates/stvcount.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/project/templates/stvcount.html b/project/templates/stvcount.html index b19b4d7..e06bfb1 100644 --- a/project/templates/stvcount.html +++ b/project/templates/stvcount.html @@ -17,7 +17,7 @@ <h4>Single Transferable Vote Counter</h4> -<p>Git repository: <a href="/cgit/cgit.cgi/stv-count">Link</a></p> +<p>Git repository: <a href="/cgi-bin/cgit.cgi/stv-count">Link</a></p> <h5>19/2/2017</h5> @@ -40,9 +40,9 @@ and his Liberal/National government.</p> <p>To calculate the likely outcome, the ballot preference data is needed. That's the easy part, as the Australian Electoral Commission makes that available -<a href="http://results.aec.gov.au/20499/Website/SenateDownloadsMenu-20499-Csv.htm" class="external">here</a> -in the 'Formal preferences' section. Then, a program is needed to execute the STV algorithm, which -is as follows:</p> +<a href="http://results.aec.gov.au/20499/Website/SenateDownloadsMenu-20499-Csv.htm" class="external"> +here</a> in the 'Formal preferences' section. Then, a program is needed to execute the STV +algorithm, which is as follows:</p> <ol> <li>Set the quota of votes required for a candidate to win.</li> |