Skip to content

Commit 13642e4

Browse files
authored
Merge pull request #1130 from Krinkle/patch-1
Update app/templates/community/index.hbs to fix "GitHub" casing
2 parents 661cd58 + 3948e4d commit 13642e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/community/index.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<div class="lg:col-4">
8484
<h2 id="section-contribute-to-ember" class="text-center">In a Giving Mood? Contribute to the Project</h2>
8585
<p>
86-
The Ember.js source is hosted on <a href="https://github.com/emberjs/ember.js/">Github</a>. To contribute patches, create a fork of the project on GitHub and submit a pull request. Please be sure to include unit tests and documentation for any new features you add. See the <a href="https://github.com/emberjs/ember.js/blob/master/CONTRIBUTING.md">full guidelines</a> for more information.
86+
The Ember.js source is hosted on <a href="https://github.com/emberjs/ember.js/">GitHub</a>. To contribute patches, create a fork of the project on GitHub and submit a pull request. Please be sure to include unit tests and documentation for any new features you add. See the <a href="https://github.com/emberjs/ember.js/blob/master/CONTRIBUTING.md">full guidelines</a> for more information.
8787
</p>
8888
</div>
8989
</section>

0 commit comments

Comments
 (0)