From ee0f3ca2496367fa935533c6d0a82e07aa345068 Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Fri, 25 Aug 2023 16:31:05 -0500 Subject: [PATCH] Really fix broken links --- docs/release/updating-to-osg-35.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release/updating-to-osg-35.md b/docs/release/updating-to-osg-35.md index 73489c5d5..fe7746914 100644 --- a/docs/release/updating-to-osg-35.md +++ b/docs/release/updating-to-osg-35.md @@ -104,7 +104,7 @@ To update your HTCondor-CE host(s), perform the following steps: ENABLE_JOB_RETRIES = True - - For non-HTCondor sites that use [remote CE requirements](https://htcondor.github.io/htcondor-ce/v5/batch-system-integration/#setting-batch-system-directives), + - For non-HTCondor sites that use [remote CE requirements](https://htcondor.com/htcondor-ce/v5/configuration/local-batch-system/#non-htcondor-batch-systems), the new version of HTCondor-CE accepts a simplified format. For example, a snippet from an example job route in the old format: @@ -221,7 +221,7 @@ To update HTCondor on your HTCondor-CE and/or HTCondor pool hosts, perform the f `/tmp` or `/var/tmp`. 1. **HTCondor-CE hosts only:** The HTCondor 8.8 series changed the default job route matching order - [from round-robin to first matching route](https://htcondor.github.io/htcondor-ce/v5/batch-system-integration/#how-jobs-match-to-job-routes). + [from round-robin to first matching route](https://htcondor.com/htcondor-ce/v5/configuration/job-router-overview/#how-jobs-match-to-routes). To use the old round-robin matching order, add the following configuration to `/etc/condor-ce/config.d/99-local.conf`: JOB_ROUTER_ROUND_ROBIN_SELECTION = True