diff --git a/docs/other/troubleshooting-gratia.md b/docs/other/troubleshooting-gratia.md index aa3d3f4e5..96de872c7 100644 --- a/docs/other/troubleshooting-gratia.md +++ b/docs/other/troubleshooting-gratia.md @@ -77,7 +77,7 @@ type of host that you are troubleshooting: If they are not running, consult the relevant documentation to enable and start the appropriate service: -- [Access Point](../submit/osg-flock.md#managing-services) +- [Access Point](../submit/install-ospool-ap.md#managing-services) - [Compute Entrypoint](https://htcondor.com/htcondor-ce/v23/operation/#managing-htcondor-ce-services) ### Identifying failures ### @@ -238,7 +238,7 @@ PER_JOB_HISTORY_DIR = /var/lib/condor-ce/gratia/data Verify that your Gratia configuration is correct in `/etc/gratia/condor-ap/ProbeConfig` based on the table below: 1. Fill in the value for `SiteName` with the Resource Name you registered in Topology (see - [this section](../submit/osg-flock.md#register-your-access-point-in-osg-topology) for details). + [this section](../submit/install-ospool-ap.md#register-your-access-point-in-osg-topology) for details). For example: :::xml diff --git a/docs/submit/osg-flock.md b/docs/submit/install-ospool-ap.md similarity index 100% rename from docs/submit/osg-flock.md rename to docs/submit/install-ospool-ap.md diff --git a/mkdocs.yml b/mkdocs.yml index 7ede100f7..84b61d7d8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -65,7 +65,7 @@ nav: - 'Install Transfer Log Filebeats': 'other/schedd-filebeats.md' - 'Install OSG Token Renewal Service': 'other/osg-token-renewer.md' - Access Point: - - 'Install an OSPool Access Point': 'submit/osg-flock.md' + - 'Install an OSPool Access Point': 'submit/install-ospool-ap.md' - 'Acceptable Use Policy': 'submit/ap-ospool-aup.md' - 'Data Federation (OSDF)': - 'Overview': 'data/stashcache/overview.md' @@ -118,3 +118,5 @@ plugins: - redirects: redirect_maps: site-responsibilities.md: site-maintenance.md + submit/osg-flock.md: submit/install-ospool-ap.md +