summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2016-02-01 14:13:06 +1000
committerJason Zaugg <jzaugg@gmail.com>2016-02-01 14:13:06 +1000
commitd796f2c3a19a01cb4f08ca951014931b7d47b9bc (patch)
tree7ef62eb1fb9f9b54fa6d506fbf9ad88529a1654a /README.md
parent7a9e7c52dfc510f1f9fe55c4fbbe1e6a8b38878d (diff)
parent33113a6b6bb7970eee40884f08fbd95988f360b5 (diff)
downloadscala-d796f2c3a19a01cb4f08ca951014931b7d47b9bc.tar.gz
scala-d796f2c3a19a01cb4f08ca951014931b7d47b9bc.tar.bz2
scala-d796f2c3a19a01cb4f08ca951014931b7d47b9bc.zip
Merge pull request #4922 from SethTisue/fix-cla-links
fix broken links to Scala CLA
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d8af37a8f9..89454ee6fd 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ This is the official repository for the [Scala Programming Language](http://www.
# How to contribute
-To contribute to the Scala Standard Library, Scala Compiler and Scala Language Specification, please send us a [pull request](https://help.github.com/articles/using-pull-requests/#fork--pull) from your fork of this repository! We do have to ask you to sign the [Scala CLA](http://typesafe.com/contribute/cla/scala) before we can merge any of your work into our code base, to protect its open source nature.
+To contribute to the Scala Standard Library, Scala Compiler and Scala Language Specification, please send us a [pull request](https://help.github.com/articles/using-pull-requests/#fork--pull) from your fork of this repository! We do have to ask you to sign the [Scala CLA](http://www.typesafe.com/contribute/cla/scala) before we can merge any of your work into our code base, to protect its open source nature.
For more information on building and developing the core of Scala, read on!