Skip to content

Commit

Permalink
Merge pull request #5925 from makeasnek/linkfixes
Browse files Browse the repository at this point in the history
Some link fixes
  • Loading branch information
AenBleidd authored Nov 29, 2024
2 parents 98b89e5 + 697cbb0 commit 7cc54fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions html/ops/manage_apps.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ function show_form($all) {
"Created",
"weight<br><a href=https://github.com/BOINC/boinc/wiki/BackendPrograms#feeder><small>details</small></a>",
"shmem items",
"HR type<br><a href=https://github.com/BOINC/boinc/wiki/HomogeneousRedundancy><small>details</small></a>",
"Adaptive replication<br><a href=https://github.com/BOINC/boinc/wiki/AdaptiveReplication><small>details</small></a>",
"homogeneous app version?<br><a href=https://github.com/BOINC/boinc/wiki/HomogeneousAppVersion><small>details</small></a>",
"HR type<br><a href=https://github.com/BOINC/boinc/wiki/Homogeneous-Redundancy><small>details</small></a>",
"Adaptive replication<br><a href=https://github.com/BOINC/boinc/wiki/Adaptive-Replication><small>details</small></a>",
"homogeneous app version?<br><a href=https://github.com/BOINC/boinc/wiki/Homogeneous-App-Version><small>details</small></a>",
"deprecated?",
"Non-CPU-intensive?",
"Beta?",
Expand Down
2 changes: 1 addition & 1 deletion sched/census.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void usage(char *name) {
"%s: how much RAC each HR class is getting\n"
" (needed if you use homogeneous redundancy).\n"
"This should be run as a periodic task (about once a day) from config.xml.\n"
"For more info, see https://github.com/BOINC/boinc/wiki/HomogeneousRedundancy\n\n"
"For more info, see https://github.com/BOINC/boinc/wiki/Homogeneous-Redundancy\n\n"
"Usage: %s [OPTION]...\n\n"
"Options:\n"
" -h --help shows this help text.\n"
Expand Down

0 comments on commit 7cc54fc

Please sign in to comment.