summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-09-29 16:49:57 -0700
committerSeth Tisue <seth@tisue.net>2016-09-29 16:50:37 -0700
commit3d699031f258bf938fdaf2079c718a0ae53b5cab (patch)
tree93b04c7813a39cc122e96c3e44e1b3e308eedb85 /spec
parentfc0f424f32c0f660c4891865d822dd7aeeb11d40 (diff)
downloadscala-3d699031f258bf938fdaf2079c718a0ae53b5cab.tar.gz
scala-3d699031f258bf938fdaf2079c718a0ae53b5cab.tar.bz2
scala-3d699031f258bf938fdaf2079c718a0ae53b5cab.zip
capitalize GitHub correctly
Diffstat (limited to 'spec')
-rw-r--r--spec/_layouts/default.yml2
-rw-r--r--spec/_layouts/toc.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/_layouts/default.yml b/spec/_layouts/default.yml
index 1cd7b8b78a..06d8c1c118 100644
--- a/spec/_layouts/default.yml
+++ b/spec/_layouts/default.yml
@@ -31,7 +31,7 @@
<body>
<header>
- <nav id="chapters"><a id="github" href="https://github.com/scala/scala/tree/2.12.x/spec"><img src="public/images/github-logo@2x.png" alt="Edit at Github"></a>{% assign sorted_pages = site.pages | sort:"name" %}{% for post in sorted_pages %}{% if post.chapter >= 0 %}<a href="{{site.baseurl}}{{ post.url }}">{{post.chapter}} {{ post.title }}</a>{% endif %}{% endfor %}</nav>
+ <nav id="chapters"><a id="github" href="https://github.com/scala/scala/tree/2.12.x/spec"><img src="public/images/github-logo@2x.png" alt="Edit at GitHub"></a>{% assign sorted_pages = site.pages | sort:"name" %}{% for post in sorted_pages %}{% if post.chapter >= 0 %}<a href="{{site.baseurl}}{{ post.url }}">{{post.chapter}} {{ post.title }}</a>{% endif %}{% endfor %}</nav>
</header>
<aside class="left"><nav id="toc"></nav></aside>
diff --git a/spec/_layouts/toc.yml b/spec/_layouts/toc.yml
index eed90c1905..dfd92eb114 100644
--- a/spec/_layouts/toc.yml
+++ b/spec/_layouts/toc.yml
@@ -19,7 +19,7 @@
<div id="header-main">
<img id="scala-logo" src="public/images/scala-spiral-white.png" />
<span id="title">Scala Language Specification</span>
- <a id="github" href="https://github.com/scala/scala/tree/2.12.x/spec"><img src="public/images/github-logo@2x.png" alt="Edit at Github"></a>
+ <a id="github" href="https://github.com/scala/scala/tree/2.12.x/spec"><img src="public/images/github-logo@2x.png" alt="Edit at GitHub"></a>
</div>
<div id="header-sub">Version 2.12</div>
</header>