Skip to content

Commit 19a61e5

Browse files
committed
Update links to old website, in preparation for launch.
Removed the contact form, since it's redundant with mailing lists and issue tracker.
1 parent 4c39d54 commit 19a61e5

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ These guidelines are meant to be a living document that should be changed and ad
66

77
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.
88

9-
1. Make sure you have signed the [Scala CLA](http://www.scala-lang.org/sites/default/files/contributor_agreement.pdf), if not, sign it.
9+
1. Make sure you have signed the [Scala CLA](http://typesafe.com/contribute/cla/scala), if not, sign it.
1010
2. Before starting to work on a feature or a fix, it's good practice to ensure that:
1111
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).
1212
2. The ticket has been discussed and prioritized by the team.

README.rst

+5-10
Original file line numberDiff line numberDiff line change
@@ -182,23 +182,18 @@ In detail:
182182
http://docs.scala-lang.org
183183

184184
- Scala mailing lists:
185-
http://www.scala-lang.org/node/199
185+
http://www.scala-lang.org/community/#mailing_lists
186186

187187
- Scala bug and issue tracker:
188188
https://issues.scala-lang.org
189189

190190
- Scala live git source tree:
191191
http://github.com/scala/scala
192192

193-
- Contact form:
194-
http://www.scala-lang.org/node/188
195-
196-
197-
If you are interested in contributing code, we ask you to complete and submit
198-
to us the Scala Contributor License Agreement, which allows us to ensure that
199-
all code submitted to the project is unencumbered by copyrights or patents.
200-
The form is available at:
201-
http://www.scala-lang.org/sites/default/files/contributor_agreement.pdf
193+
If you are interested in contributing code, we ask you to sign the
194+
[Scala Contributor License Agreement](http://typesafe.com/contribute/cla/scala),
195+
which allows us to ensure that all code submitted to the project is
196+
unencumbered by copyrights or patents.
202197

203198
Before submitting a pull-request, please make sure you have followed the guidelines
204199
outlined in our `Pull Request Policy <https://github.com/scala/scala/wiki/Pull-Request-Policy>`_.

0 commit comments

Comments
 (0)