diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9978f95a89..478f90d6c2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -143,8 +143,9 @@ The best way to submit changes is via GitHub Pull Request. GitHub has a All code must be formally reviewed before being merged into the official repository. The protocol is like this: -1. Get a GitHub account, fork OpenImageIO/oiio to create your own repository -on GitHub, and then clone it to get a repository on your local machine. +1. Get a GitHub account, fork AcademySoftwareFoundation/OpenImageIO to create +your own repository on GitHub, and then clone it to get a repository on your +local machine. 1. Edit, compile, and test your changes. Run clang-format (see the instructions on coding style below). diff --git a/RELEASING.md b/RELEASING.md index 916acdd9af..5f073d82c9 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -253,7 +253,7 @@ The following are the steps for making the release: 6. Push it to GitHub: `git push OpenImageIO release --tags` (This example assumes "OpenImageIO" is the name of the remote for the - GitHub `OpenImageIO/oiio` repo.) + GitHub `AcademySoftwareFoundation/OpenImageIO` repo.) 7. Draft a release on GitHub: On https://github.com/AcademySoftwareFoundation/OpenImageIO/releases select "Draft a new release." Choose the new tag you just pushed. Make the