Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm authored and lgritz committed Nov 21, 2019
1 parent 1296f73 commit 2ae3d47
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Expand Up @@ -26,7 +26,7 @@ There are two primary ways to connect with the OpenEXR project:
This is a development focused mail list with a deep history of
technical conversations and decisions that have shaped the project.

* [GitHub Issues](https://github.com/openexr/openexr/issues): GitHub
* [GitHub Issues](https://github.com/AcademySoftwareFoundation/openexr/issues): GitHub
Issues are used both to track bugs and to discuss feature requests.

### How to Ask for Help
Expand All @@ -40,7 +40,7 @@ the place for question such has "How do I...".
### How to Report a Bug

OpenEXR use GitHub's issue tracking system for bugs and enhancements:
https://github.com/openexr/openexr/issues
https://github.com/AcademySoftwareFoundation/openexr/issues

If you are submitting a bug report, please be sure to note which
version of OpenEXR you are using, on what platform (OS/version, which
Expand All @@ -55,7 +55,7 @@ with enough detail that others can reproduce the problem.

### How to Request a Change

Open a GitHub issue: https://github.com/openexr/openexr/issues.
Open a GitHub issue: https://github.com/AcademySoftwareFoundation/openexr/issues.

Describe the situation and the objective in as much detail as
possible. Feature requests will almost certainly spawn a discussion
Expand Down Expand Up @@ -493,7 +493,7 @@ To create a new release from the master branch:

Include the log of all changes since the last release, via:

git log v2.2.1...v2.3.0 --date=short --pretty=format:"[%s](https://github.com/openexr/openexr/commit/%H) ([%an](@%ae) %ad)"
git log v2.2.1...v2.3.0 --date=short --pretty=format:"[%s](https://github.com/AcademySoftwareFoundation/openexr/commit/%H) ([%an](@%ae) %ad)"

Include diff status via:

Expand Down
2 changes: 1 addition & 1 deletion GOVERNANCE.md
Expand Up @@ -142,7 +142,7 @@ each meeting. The meeting chair and the TSC cannot veto or remove items.
The TSC may invite additional persons to participate in a non-voting capacity.

The meeting chair is responsible for archiving the minutes, stored at
https://github.com/openexr/openexr/tree/master/ASWF/tsc-meetings.
https://github.com/AcademySoftwareFoundation/openexr/tree/master/ASWF/tsc-meetings.

Due to the challenges of scheduling a global meeting with participants
in several time zones, the TSC will seek to resolve as many agenda
Expand Down
8 changes: 4 additions & 4 deletions INSTALL.md
Expand Up @@ -4,24 +4,24 @@

To build the latest release of OpenEXR, begin by downloading the
source from the Releases page
https://github.com/openexr/openexr/tarball/v2.3.0.
https://github.com/AcademySoftwareFoundation/openexr/tarball/v2.3.0.

To build from the latest development version, which may not be stable,
download the master branch via
https://github.com/openexr/openexr/tarball/master, and extract the
https://github.com/AcademySoftwareFoundation/openexr/tarball/master, and extract the
contents via ``tar``.

You can download the repository tarball file either via a browser, or
on the Linux/macOS via the command line using ``wget`` or ``curl``:

% curl -L https://github.com/openexr/openexr/tarball/master | tar xv
% curl -L https://github.com/AcademySoftwareFoundation/openexr/tarball/master | tar xv

This will produce a source directory named
``openexr-openexr-<abbreviated-SHA-1-checksum>``.

Alternatively, clone the GitHub repo directly via:

% git clone https://github.com/openexr/openexr.git
% git clone https://github.com/AcademySoftwareFoundation/openexr.git

In the instructions that follow, we will refer to the top-level
directory of the source code tree as ``$source_directory``.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -114,11 +114,11 @@ from source.

* Website: http:://www.openexr.com

* GitHub repository: http://www.github.com/openexr/openexr
* GitHub repository: http://www.github.com/AcademySoftwareFoundation/openexr

* Documentation: http://www.openexr.com/documentation.html.

* Reference images: https://github.com/openexr/openexr-images.
* Reference images: https://github.com/AcademySoftwareFoundation/openexr-images.

### Getting Help

Expand Down

0 comments on commit 2ae3d47

Please sign in to comment.