From 0d39db1db19260c73f9715cd0c6ede4994f9a0ce Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Fri, 15 Nov 2024 14:59:10 -0600 Subject: [PATCH] Fix more broken links --- docs/v23/configuration/writing-job-routes.md | 2 +- docs/v23/installation/central-collector.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v23/configuration/writing-job-routes.md b/docs/v23/configuration/writing-job-routes.md index 900f8b06..4857654b 100644 --- a/docs/v23/configuration/writing-job-routes.md +++ b/docs/v23/configuration/writing-job-routes.md @@ -836,7 +836,7 @@ This section outlines how to limit the number of total or idle jobs in a specifi !!! note If you are using an HTCondor batch system, limiting the number of jobs is not the preferred solution: HTCondor manages fair share on its own via - [user priorities and group accounting](https://htcondor.readthedocs.io/en/lts/admin-manual/user-priorities-negotiation.html). + [user priorities and group accounting](https://htcondor.readthedocs.io/en/lts/admin-manual/cm-configuration.html#user-priorities-and-negotiation). ### Total jobs diff --git a/docs/v23/installation/central-collector.md b/docs/v23/installation/central-collector.md index 88b78299..6d21d057 100644 --- a/docs/v23/installation/central-collector.md +++ b/docs/v23/installation/central-collector.md @@ -4,7 +4,7 @@ Installing an HTCondor-CE Central Collector The HTCondor-CE Central Collector is an information service designed to provide a an overview and descriptions of grid services. Based on the -[HTCondorView Server](https://htcondor.readthedocs.io/en/lts/admin-manual/setting-up-special-environments.html#configuring-the-htcondorview-server), +[HTCondorView Server](https://htcondor.readthedocs.io/en/lts/admin-manual/cm-configuration.html#configuring-the-htcondorview-server), the Central Collector accepts [ClassAds](https://htcondor.readthedocs.io/en/lts/misc-concepts/classad-mechanism.html) from site HTCondor-CEs by default but may accept from other services using the [HTCondor Python Bindings](https://htcondor.readthedocs.io/en/lts/apis/python-bindings/index.html).