diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84acbb02..bc5e03a5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -213,7 +213,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. @@ -229,7 +229,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 5e408046..cc4cc1fd 100644 --- a/website/conf.py +++ b/website/conf.py @@ -145,7 +145,7 @@ html_theme = "press" html_theme_options = { "external_links": [ - ("Github", "https://github.com/AcademySoftwareFoundation/Imath"), + ("GitHub", "https://github.com/AcademySoftwareFoundation/Imath"), ] }