Skip to content

Commit a4cd0bc

Browse files
committed
Pointed issues links to wiki, for clear explanation of how to report bugs
1 parent 99feaa4 commit a4cd0bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

templates/template.cover.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h3><a href="/shop/" class="large-link">T-shirts!</a></h3>
9898
<a href="https://github.com/processing">Processing on GitHub</a> to read
9999
instructions for downloading the code,
100100
<a href="https://github.com/processing/processing/wiki/Build-Instructions">building from the source</a>,
101-
<a href="https://github.com/processing/processing-web/issues?state=open">reporting and tracking bugs</a>, and
101+
<a href="http://wiki.processing.org/w/Report_Bugs">reporting and tracking bugs</a>, and
102102
creating <a href="https://github.com/processing/processing/wiki">libraries and tools</a>.</p>
103103

104104
</p>

templates/template.nav.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function navigation($section = '')
7474

7575
$html .= "\t\t\t\t\t" . "<a href=\"http://forum.processing.org\"" . 'class="outward"' . "><span>&raquo;</span>Forum</a><br> \n";
7676
$html .= "\t\t\t\t\t" . "<a href=\"https://github.com/processing\"" . 'class="outward"' . "><span>&raquo;</span>GitHub</a><br> \n";
77-
$html .= "\t\t\t\t\t" . "<a href=\"https://github.com/processing/processing/issues?state=open\"" . 'class="outward"' . "><span>&raquo;</span>Issues</a><br> \n";
77+
$html .= "\t\t\t\t\t" . "<a href=\"http://wiki.processing.org/w/Report_Bugs\"" . 'class="outward"' . "><span>&raquo;</span>Issues</a><br> \n";
7878
$html .= "\t\t\t\t\t" . "<a href=\"http://wiki.processing.org\"" . 'class="outward"' . "><span>&raquo;</span>Wiki</a><br> \n";
7979
$html .= "\t\t\t\t\t" . "<a href=\"http://wiki.processing.org/w/FAQ\"" . 'class="outward"' . "><span>&raquo;</span>FAQ</a><br> \n";
8080
$html .= "\t\t\t\t\t" . "<a href=\"https://twitter.com/processingOrg\"" . 'class="outward"' . "><span>&raquo;</span>Twitter</a><br> \n";

0 commit comments

Comments
 (0)