summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNada Amin <namin@alum.mit.edu>2013-04-25 13:58:27 +0200
committerNada Amin <namin@alum.mit.edu>2013-04-25 13:58:27 +0200
commit19a61e5e3d3b9daee55e2b98e7b11e1238d7ec07 (patch)
tree65c064953e08be3233cc85891bb2e6e646f3ead0
parent4c39d54a3e6b14b5dc7c1798483bf2daaa0b7266 (diff)
downloadscala-19a61e5e3d3b9daee55e2b98e7b11e1238d7ec07.tar.gz
scala-19a61e5e3d3b9daee55e2b98e7b11e1238d7ec07.tar.bz2
scala-19a61e5e3d3b9daee55e2b98e7b11e1238d7ec07.zip
Update links to old website, in preparation for launch.
Removed the contact form, since it's redundant with mailing lists and issue tracker.
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--README.rst15
2 files changed, 6 insertions, 11 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 551100ae85..2451a52682 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,7 +6,7 @@ These guidelines are meant to be a living document that should be changed and ad
This is the process for committing code to the Scala project. There are of course exceptions to these rules, for example minor changes to comments and documentation, fixing a broken build etc.
-1. Make sure you have signed the [Scala CLA](http://www.scala-lang.org/sites/default/files/contributor_agreement.pdf), if not, sign it.
+1. Make sure you have signed the [Scala CLA](http://typesafe.com/contribute/cla/scala), if not, sign it.
2. Before starting to work on a feature or a fix, it's good practice to ensure that:
1. There is a ticket for your work in the project's issue tracker. If not, create it first (perhaps given a thumbs up from the scala-internals mailing list first).
2. The ticket has been discussed and prioritized by the team.
diff --git a/README.rst b/README.rst
index 72c4b6028b..a9873a1aed 100644
--- a/README.rst
+++ b/README.rst
@@ -182,7 +182,7 @@ In detail:
http://docs.scala-lang.org
- Scala mailing lists:
- http://www.scala-lang.org/node/199
+ http://www.scala-lang.org/community/#mailing_lists
- Scala bug and issue tracker:
https://issues.scala-lang.org
@@ -190,15 +190,10 @@ In detail:
- Scala live git source tree:
http://github.com/scala/scala
-- Contact form:
- http://www.scala-lang.org/node/188
-
-
-If you are interested in contributing code, we ask you to complete and submit
-to us the Scala Contributor License Agreement, which allows us to ensure that
-all code submitted to the project is unencumbered by copyrights or patents.
-The form is available at:
-http://www.scala-lang.org/sites/default/files/contributor_agreement.pdf
+If you are interested in contributing code, we ask you to sign the
+[Scala Contributor License Agreement](http://typesafe.com/contribute/cla/scala),
+which allows us to ensure that all code submitted to the project is
+unencumbered by copyrights or patents.
Before submitting a pull-request, please make sure you have followed the guidelines
outlined in our `Pull Request Policy <https://github.com/scala/scala/wiki/Pull-Request-Policy>`_.