From a9f091e772a3eca0808ed4aec68795447520838c Mon Sep 17 00:00:00 2001 From: Thomas Matecki Date: Sun, 30 Apr 2017 16:17:00 -0400 Subject: [PATCH] Update sip-submission.md links The google groups to for posting of SIPs are prefaced with this alert: > ***[THIS LIST IS BEING PHASED OUT] Please sign up for https://contributors.scala-lang.org instead.*** > For discussion about Scala Improvement Process proposals. Proposing the links here are updated to https://contributors.scala-lang.org --- sips/sip-submission.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sips/sip-submission.md b/sips/sip-submission.md index ef130647ba..6d84159b00 100644 --- a/sips/sip-submission.md +++ b/sips/sip-submission.md @@ -53,11 +53,10 @@ There are four major steps in the SIP process: Before submitting a SIP, it is required that you perform necessary preparations: -Discuss your idea on the Scala mailing lists (currently, we suggest +Discuss your idea on the [Scala Contributors Page](https://contributors.scala-lang.org/) (currently, we suggest cross-posting on -[scala-sips](https://groups.google.com/forum/#!forum/scala-sips), -[scala-debate](https://groups.google.com/forum/#!forum/scala-debate), and -[scala-internals](https://groups.google.com/forum/#!forum/scala-internals). This +[Scala Improvement Process](https://contributors.scala-lang.org/c/sip) and +[Language Design](https://contributors.scala-lang.org/c/language-design). This may change in the future.) Create a topic that starts with “Pre-SIP” and briefly describe what you would like to change and why you think it’s a good idea.