Skip to content

Commit 7cc54fc

Browse files
authored
Merge pull request #5925 from makeasnek/linkfixes
Some link fixes
2 parents 98b89e5 + 697cbb0 commit 7cc54fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

html/ops/manage_apps.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ function show_form($all) {
9898
"Created",
9999
"weight<br><a href=https://github.com/BOINC/boinc/wiki/BackendPrograms#feeder><small>details</small></a>",
100100
"shmem items",
101-
"HR type<br><a href=https://github.com/BOINC/boinc/wiki/HomogeneousRedundancy><small>details</small></a>",
102-
"Adaptive replication<br><a href=https://github.com/BOINC/boinc/wiki/AdaptiveReplication><small>details</small></a>",
103-
"homogeneous app version?<br><a href=https://github.com/BOINC/boinc/wiki/HomogeneousAppVersion><small>details</small></a>",
101+
"HR type<br><a href=https://github.com/BOINC/boinc/wiki/Homogeneous-Redundancy><small>details</small></a>",
102+
"Adaptive replication<br><a href=https://github.com/BOINC/boinc/wiki/Adaptive-Replication><small>details</small></a>",
103+
"homogeneous app version?<br><a href=https://github.com/BOINC/boinc/wiki/Homogeneous-App-Version><small>details</small></a>",
104104
"deprecated?",
105105
"Non-CPU-intensive?",
106106
"Beta?",

sched/census.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ void usage(char *name) {
3636
"%s: how much RAC each HR class is getting\n"
3737
" (needed if you use homogeneous redundancy).\n"
3838
"This should be run as a periodic task (about once a day) from config.xml.\n"
39-
"For more info, see https://github.com/BOINC/boinc/wiki/HomogeneousRedundancy\n\n"
39+
"For more info, see https://github.com/BOINC/boinc/wiki/Homogeneous-Redundancy\n\n"
4040
"Usage: %s [OPTION]...\n\n"
4141
"Options:\n"
4242
" -h --help shows this help text.\n"

0 commit comments

Comments
 (0)