diff --git a/_includes/footer.html b/_includes/footer.html
index b83d83ae5..6236d409f 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -7,7 +7,7 @@
API
Overviews/Guides
Tutorials
- Language Specification
+ Language Specification
Download
diff --git a/_layouts/frontpage2.html b/_layouts/frontpage2.html
index 7d2dd59e5..af8843d76 100644
--- a/_layouts/frontpage2.html
+++ b/_layouts/frontpage2.html
@@ -64,7 +64,7 @@ Object-Oriented Meets Functional
API: Current | Nightly
All Previous API Docs
Scala Documentation
-
Language Specification
+
Language Specification
diff --git a/contribute/bug-reporting-guide.md b/contribute/bug-reporting-guide.md
index 4160dcf43..960f40b70 100644
--- a/contribute/bug-reporting-guide.md
+++ b/contribute/bug-reporting-guide.md
@@ -43,7 +43,7 @@ If you have a code snippet that is resulting in bytecode which you believe is be
5. If you want to file an improvement in the issue tracker please discuss it first on one of the mailing lists. They offer much bigger audience than issue tracker. The latter is not suitable for long discussions.
-* Keep in mind that the behavior you are witnessing could be intended. Good formal resources for verifying whether or not the language behavior is intended is either in the [Scala Improvement Proposal Documents](http://docs.scala-lang.org/sips/sip-list.html) or in the [Scala Language Specification](http://www.scala-lang.org/docu/files/ScalaReference.pdf). If in doubt, you may always ask on the [scala-internals mailing list](https://groups.google.com/forum/?fromgroups#!forum/scala-internals) or [stackoveflow](http://stackoverflow.com/questions/tagged/scala).
+* Keep in mind that the behavior you are witnessing could be intended. Good formal resources for verifying whether or not the language behavior is intended is either in the [Scala Improvement Proposal Documents](http://docs.scala-lang.org/sips/sip-list.html) or in the [Scala Language Specification](http://www.scala-lang.org/files/archive/spec/2.11/). If in doubt, you may always ask on the [scala-internals mailing list](https://groups.google.com/forum/?fromgroups#!forum/scala-internals) or [stackoveflow](http://stackoverflow.com/questions/tagged/scala).
In general, if you find yourself stuck on any of these steps, asking on one of the following Scala mailing lists can be helpful: