mirror of https://github.com/BOINC/boinc.git
Merge pull request #5966 from BOINC/dpa_bbcode3
fix link on bbcode page
This commit is contained in:
commit
53e1fe725a
|
@ -47,8 +47,8 @@ row2_plain(
|
||||||
"[github]#1392[/github] or [github]ticket:1392[/github]",
|
"[github]#1392[/github] or [github]ticket:1392[/github]",
|
||||||
tra("link to an issue on the BOINC Github repository").": <a href=\"https://github.com/BOINC/boinc/issues/1392\">#1392</a>");
|
tra("link to an issue on the BOINC Github repository").": <a href=\"https://github.com/BOINC/boinc/issues/1392\">#1392</a>");
|
||||||
row2_plain(
|
row2_plain(
|
||||||
"[github]wiki:WebForum[/github]",
|
"[github]wiki:Volunteer[/github]",
|
||||||
tra("link to a Wiki page on the BOINC Github repository").": <a href=\"https://github.com/BOINC/boinc-dev-doc/wiki/BoincIntro\">BoincIntro</a>");
|
tra("link to a Wiki page on the BOINC Github repository").": <a href=\"https://github.com/BOINC/boinc/wiki/BoincIntro\">Volunteer</a>");
|
||||||
end_table();
|
end_table();
|
||||||
|
|
||||||
echo "<p>
|
echo "<p>
|
||||||
|
|
Loading…
Reference in New Issue