From a643bf137e5a5f76cbffa6331ec77103de842a9b Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Fri, 15 Nov 2024 14:52:03 -0600 Subject: [PATCH] Fix broken links --- docs/v24/configuration/writing-job-routes.md | 2 +- docs/v24/installation/central-collector.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v24/configuration/writing-job-routes.md b/docs/v24/configuration/writing-job-routes.md index fad63895..27edc5c5 100644 --- a/docs/v24/configuration/writing-job-routes.md +++ b/docs/v24/configuration/writing-job-routes.md @@ -466,7 +466,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/v24/installation/central-collector.md b/docs/v24/installation/central-collector.md index 88b78299..6d21d057 100644 --- a/docs/v24/installation/central-collector.md +++ b/docs/v24/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).