Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct OSG repo download link. Point to OSG 23 release notes #186

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/site-maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <mailto:[email protected]> mailing
list.
Expand Down
2 changes: 1 addition & 1 deletion docs/submit/install-ospool-ap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
Loading