Skip to content

Commit 8f3a1f9

Browse files
jbamptonakurtakov
authored andcommitted
Fix spelling of GitHub brand name
1 parent a78a32a commit 8f3a1f9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ mvn clean verify
4040

4141
## Issue Tracking
4242

43-
This project uses Github to track ongoing development and issues. In case you have an issue, please read the information about Eclipse being a [community project](https://github.com/eclipse-platform#community) and bear in mind that this project is almost entirely developed by volunteers. So the contributors may not be able to look into every reported issue. You will also find the information about [how to find and report issues](https://github.com/eclipse-platform#reporting-issues) in repositories of the `eclipse-platform` organization there. Be sure to search for existing issues before you create another one.
43+
This project uses GitHub to track ongoing development and issues. In case you have an issue, please read the information about Eclipse being a [community project](https://github.com/eclipse-platform#community) and bear in mind that this project is almost entirely developed by volunteers. So the contributors may not be able to look into every reported issue. You will also find the information about [how to find and report issues](https://github.com/eclipse-platform#reporting-issues) in repositories of the `eclipse-platform` organization there. Be sure to search for existing issues before you create another one.
4444

4545
In case you want to report an issue that is specific to this `eclipse.platform.ui` repository, you can [find existing issues](https://github.com/eclipse-platform/eclipse.platform.ui/issues) or [create new issues](https://github.com/eclipse-platform/eclipse.platform.ui/issues/new) within this repository.
4646

docs/JFaceDataBindingFAQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can ask questions on the [Eclipse JFace newsgroup](http://www.eclipse.org/ne
2020

2121
### How do I report a bug?
2222

23-
Create an issue on [Github](https://github.com/eclipse-platform/eclipse.platform.ui/issues).
23+
Create an issue on [GitHub](https://github.com/eclipse-platform/eclipse.platform.ui/issues).
2424

2525
### Where can I find examples of how to use data binding?
2626

releng/org.eclipse.ui.releng/platformUi.setup

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</detail>
3737
<detail
3838
key="label">
39-
<value>Platform UI Github Repository</value>
39+
<value>Platform UI GitHub Repository</value>
4040
</detail>
4141
<detail
4242
key="target">

tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingArchiveProjectFilterTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ protected void doTearDown() throws Exception {
7979
super.doTearDown();
8080
}
8181

82-
// Testcase for Github Issue
82+
// Testcase for GitHub Issue
8383
// https://github.com/eclipse-platform/eclipse.platform.ui/issues/748
8484
@Test
8585
public void testFolderVisibilityPostZipProjectImport()

0 commit comments

Comments
 (0)