Skip to content

Commit ef58513

Browse files
OlivierBlanvillainjvican
authored andcommittedDec 5, 2017
Fix links to sip-template.md (#944)
1 parent 00420df commit ef58513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎_sips/sip-submission.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ a SIP or needs more work.
7676
After receiving the green light from the Process Lead, you can write up your
7777
idea and submit it as a SIP.
7878

79-
A SIP is a Markdown document written in conformance with the [process template](https://github.com/scala/docs.scala-lang/blob/master/sips/sip-template.md).
79+
A SIP is a Markdown document written in conformance with the [process template](https://github.com/scala/docs.scala-lang/blob/master/_sips/sip-template.md).
8080
It ought to contain a clear specification of the proposed changes. When such
8181
changes significantly alter the compiler internals, the author is invited to
8282
provide a proof of concept. Delivering a basic implementation can speed up the
@@ -320,7 +320,7 @@ Scala compiler.
320320
The process to submit is simple:
321321

322322
* Fork the Scala documentation repository, [http://github.com/scala/docs.scala-lang](http://github.com/scala/docs.scala-lang).
323-
* Create a new SIP file in the `sips/pending/_posts/`. Use the [S(L)IP template](https://github.com/scala/slip/blob/master/slip-template.md)
323+
* Create a new SIP file in the `sips/pending/_posts/`. Use the [S(L)IP template](https://github.com/scala/docs.scala-lang/blob/master/_sips/sip-template.md)
324324
* Make sure the new file follows the format: `YYYY-MM-dd-{title}.md`. Use the proposal date for `YYYY-MM-dd`.
325325
* Use the [Markdown Syntax](http://daringfireball.net/projects/markdown/syntax) to write your SIP.
326326
* Follow the instructions in the [README](https://github.com/scala/docs.scala-lang/blob/gh-pages/README.md) to build your SIP locally so you can ensure that it looks correct on the website.

0 commit comments

Comments
 (0)
Please sign in to comment.