Skip to content

Commit 563234b

Browse files
web: fix outdated wiki links
1 parent 4d6baec commit 563234b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

html/user/download_software.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function direct_to_boinc() {
169169
to connect BOINC to your %1 account.
170170
See <a href=%2>detailed instructions</a>.",
171171
PROJECT,
172-
'https://boinc.berkeley.edu/wiki/Account_managers'
172+
'https://github.com/BOINC/boinc/wiki/Account_managers'
173173
)
174174
);
175175
} else {

html/user/welcome.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
If not, %2get help here%3.
2626
",
2727
"<img src=https://boinc.berkeley.edu/logo/boinc32.bmp>",
28-
"<a href=https://boinc.berkeley.edu/wiki/BOINC_Help>",
28+
'<a href=https://github.com/BOINC/boinc/wiki/BOINC-Help>',
2929
"</a>"
3030
);
3131

@@ -50,7 +50,7 @@
5050
tra("You can monitor what BOINC is doing, and control it, using the BOINC Manager.
5151
Open this by double-clicking on the BOINC icon.
5252
Details are %1here%2.",
53-
"<a href=https://boinc.berkeley.edu/wiki/BOINC_Manager>",
53+
'<a href=https://github.com/BOINC/boinc/wiki/BOINC_Manager>',
5454
"</a>"
5555
)
5656
);
@@ -94,7 +94,7 @@
9494
It will process jobs for all attached projects.
9595
%2Learn about how to do this%3.",
9696
PROJECT,
97-
"<a href=https://boinc.berkeley.edu/wiki/Choosing_and_joining_projects>",
97+
'<a href=https://github.com/BOINC/boinc/wiki/Choosing-and-joining-projects>',
9898
"</a>"
9999
)
100100
);

0 commit comments

Comments
 (0)