From 2e6b246d3d349114a183d2626f65e2e2f3ce7861 Mon Sep 17 00:00:00 2001 From: makeasnek <90811423+makeasnek@users.noreply.github.com> Date: Fri, 29 Nov 2024 01:51:22 -0800 Subject: [PATCH 1/2] Update manage_apps.php Fix broken links --- html/ops/manage_apps.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/ops/manage_apps.php b/html/ops/manage_apps.php index 45ca8874001..a242443c021 100644 --- a/html/ops/manage_apps.php +++ b/html/ops/manage_apps.php @@ -98,9 +98,9 @@ function show_form($all) { "Created", "weight
details", "shmem items", - "HR type
details", - "Adaptive replication
details", - "homogeneous app version?
details", + "HR type
details", + "Adaptive replication
details", + "homogeneous app version?
details", "deprecated?", "Non-CPU-intensive?", "Beta?", From 697cbb020f960e261887ecbb962db60d7d3cf186 Mon Sep 17 00:00:00 2001 From: makeasnek <90811423+makeasnek@users.noreply.github.com> Date: Fri, 29 Nov 2024 01:51:30 -0800 Subject: [PATCH 2/2] Update census.cpp Fix broken links --- sched/census.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/census.cpp b/sched/census.cpp index 7c98a7d5cf2..72c22bb3fd7 100644 --- a/sched/census.cpp +++ b/sched/census.cpp @@ -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"