diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9a9ba9cf65..b17ad219a2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -211,7 +211,7 @@ openexr-dev@lists.aswf.io mail list. ### Pull Requests -Contributions should be submitted as Github pull requests. See +Contributions should be submitted as GitHub pull requests. See [Creating a pull request](https://help.github.com/articles/creating-a-pull-request/) if you're unfamiliar with this concept. @@ -227,7 +227,7 @@ with a separate pull request. 3. Push commits to your fork. -4. Create a Github pull request from your topic branch. +4. Create a GitHub pull request from your topic branch. 5. Pull requests will be reviewed by project committers and contributors, who may discuss, offer constructive feedback, request changes, or approve diff --git a/website/conf.py b/website/conf.py index d8b3e5ff51..389c9ff8b9 100644 --- a/website/conf.py +++ b/website/conf.py @@ -147,7 +147,7 @@ html_theme = "press" html_theme_options = { "external_links": [ - ("Github", "https://github.com/AcademySoftwareFoundation/openexr"), + ("GitHub", "https://github.com/AcademySoftwareFoundation/openexr"), ] }