Skip to content

Commit ae348d2

Browse files
committed
Replace references to SLIP with SIP
1 parent 398d1aa commit ae348d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

contribute/corelibs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ There are several options for contributing to Scala's core libraries. You can:
1313
* [Fix Bugs or Issues](/contribute/guide.html) against the
1414
[reported library bugs/issues](https://github.com/scala/bug).
1515
* Contribute significant new functionality or a new API by submitting
16-
a Scala Library Improvement Process (SLIP) Document.
16+
a Scala Improvement Process (SIP) Document.
1717

18-
### Submitting a SLIP
18+
### Submitting a SIP
1919

2020
For significant new functionality or a whole new API to be considered for
21-
inclusion in the core Scala distribution, you will be asked to submit a SLIP (Scala Library Improvement Process) document.
21+
inclusion in the core Scala distribution, you will be asked to submit a SIP (Scala Improvement Process) document.
2222

23-
Please see [instructions for submitting a new SLIP](https://web.archive.org/web/20180116192845/http://docs.scala-lang.org/sips/slip-submission.html) and familiarize yourself with the [SIP/SLIP](http://docs.scala-lang.org/sips/) section of the Scala documentation site. Also please pay particular attention to the pre-requisites in the instructions before submitting a SLIP.
23+
Please see [instructions for submitting a new SIP](https://docs.scala-lang.org/sips/sip-submission.html) and familiarize yourself with the [SIP](http://docs.scala-lang.org/sips/) section of the Scala documentation site. Also please pay particular attention to the pre-requisites in the instructions before submitting a SIP.

0 commit comments

Comments
 (0)