summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-01-27 10:44:08 -0500
committerSeth Tisue <seth@tisue.net>2016-01-27 10:44:08 -0500
commit33113a6b6bb7970eee40884f08fbd95988f360b5 (patch)
treea069737c1b0b93d721a421d5c3ea9e888093c47f /README.md
parentc06aed997f5a0c98434d7cec0ebe5f0da3de790e (diff)
downloadscala-33113a6b6bb7970eee40884f08fbd95988f360b5.tar.gz
scala-33113a6b6bb7970eee40884f08fbd95988f360b5.tar.bz2
scala-33113a6b6bb7970eee40884f08fbd95988f360b5.zip
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 4856d67d99..09bf5894d9 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!