Skip to content

Commit f8fa23f

Browse files
veyndandavidlehn
authored andcommitted
Rename 'Github' to 'GitHub'
1 parent 1d2076b commit f8fa23f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ <h1 class="span12" style="text-align: center;">
409409
It is a <a href="http://www.w3.org/TR/json-ld/">W3C Recommendation</a>
410410
as of 16 January 2014. Participation is open
411411
to the public. There is a <a href="https://github.com/json-ld">JSON-LD
412-
Github repository</a>. If you need immediate help, we have a <a
412+
GitHub repository</a>. If you need immediate help, we have a <a
413413
href="https://irc.w3.org/?channels=#json-ld">#json-ld</a> IRC
414414
support channel on irc.w3.org
415415
and a <a href="https://gitter.im/json-ld/json-ld.org">Gitter channel</a>.
@@ -425,7 +425,7 @@ <h1 class="span12" style="text-align: center;">
425425
<div class="well" style="padding: 8px 0;">
426426
<ul class="nav nav-list">
427427
<li class="nav-header"><h3>Code</h3></li>
428-
<li><a href="https://github.com/json-ld/json-ld.org">json-ld on Github</a></li>
428+
<li><a href="https://github.com/json-ld/json-ld.org">json-ld on GitHub</a></li>
429429
</ul>
430430
</div>
431431
</div>

spec/latest/json-ld-api-best-practices/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ <h2>Resource Representation</h2>
161161
<div class="practice">
162162
<p><span id="typed-objects" class="practicelab">Provide one or more types for JSON objects</span></p>
163163
<p class="practicedesc">Principles of <a>Linked Data</a> dictate that messages SHOULD be self describing, which includes adding a <code>type</code> to such messages.</p>
164-
<p>Many APIs use JSON messages where the type of information being conveyed is inferred from the retrieval endpoint. For example, when retrieving information about a Github Commit, you might see the following response:</p>
165-
<pre class="example" title="Github Commit message">
164+
<p>Many APIs use JSON messages where the type of information being conveyed is inferred from the retrieval endpoint. For example, when retrieving information about a GitHub Commit, you might see the following response:</p>
165+
<pre class="example" title="GitHub Commit message">
166166
{
167167
"sha": "7638417db6d59f3c431d3e1f261cc637155684cd",
168168
"url": "https://api.github.com/repos/octocat/Hello-World/git/commits/7638417db6d59f3c431d3e1f261cc637155684cd",

spec/latest/json-ld-connect/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ <h2>Contributing</h2>
253253
<a href="https://github.com/json-ld/json-ld.org/issues">issue tracker</a>.</li>
254254

255255
<li><a href="https://github.com/json-ld/json-ld.org/tree/main/spec">Source code</a> for the
256-
specification can be found on Github.</li>
256+
specification can be found on GitHub.</li>
257257

258258
<li>The <a href="https://webchat.freenode.net/?channels=json-ld">#json-ld</a>
259259
IRC channel is available for real-time discussion on irc.freenode.net.</li>

spec/latest/json-ld-rdf/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ <h2>Contributing</h2>
254254
<a href="https://github.com/json-ld/json-ld.org/issues">issue tracker</a>.</li>
255255

256256
<li><a href="https://github.com/json-ld/json-ld.org/tree/main/spec">Source code</a> for the
257-
specification can be found on Github.</li>
257+
specification can be found on GitHub.</li>
258258

259259
<li>The <a href="https://webchat.freenode.net/?channels=json-ld">#json-ld</a>
260260
IRC channel is available for real-time discussion on irc.freenode.net.</li>

0 commit comments

Comments
 (0)