Skip to content

Commit

Permalink
fix link on bbcode page
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpanderson committed Dec 19, 2024
1 parent 57e0bdf commit 919c234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/user/bbcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"[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>");
row2_plain(
"[github]wiki:WebForum[/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>");
"[github]wiki:Volunteer[/github]",
tra("link to a Wiki page on the BOINC Github repository").": <a href=\"https://github.com/BOINC/boinc/wiki/BoincIntro\">Volunteer</a>");
end_table();

echo "<p>
Expand Down

0 comments on commit 919c234

Please sign in to comment.