diff options
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> |