diff --git a/docs/site-maintenance.md b/docs/site-maintenance.md index d1dc79d06..89a3e48a7 100644 --- a/docs/site-maintenance.md +++ b/docs/site-maintenance.md @@ -58,7 +58,7 @@ Keep OSG Software Updated It is important to keep your software and data (e.g., CAs and VO client) up-to-date with the latest OSG release. See the release notes for your installed release series: -- [OSG 3.6 release notes](release/osg-36.md) +- [OSG 23 release notes](release/osg-23.md) To stay abreast of software releases, we recommend subscribing to the mailing list. diff --git a/docs/submit/install-ospool-ap.md b/docs/submit/install-ospool-ap.md index d94485425..473f7b0e0 100644 --- a/docs/submit/install-ospool-ap.md +++ b/docs/submit/install-ospool-ap.md @@ -112,7 +112,7 @@ required packages. Example on a RHEL 9 host: ```console # yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm -# yum install https://repo.opensciencegrid.org/osg/23/osg-23-el9-release-latest.rpm +# yum install https://repo.opensciencegrid.org/osg/23-main/osg-23-main-el9-release-latest.rpm # yum install osg-flock ```