You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _sips/sip-submission.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ a SIP or needs more work.
76
76
After receiving the green light from the Process Lead, you can write up your
77
77
idea and submit it as a SIP.
78
78
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).
80
80
It ought to contain a clear specification of the proposed changes. When such
81
81
changes significantly alter the compiler internals, the author is invited to
82
82
provide a proof of concept. Delivering a basic implementation can speed up the
@@ -320,7 +320,7 @@ Scala compiler.
320
320
The process to submit is simple:
321
321
322
322
* 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)
324
324
* Make sure the new file follows the format: `YYYY-MM-dd-{title}.md`. Use the proposal date for `YYYY-MM-dd`.
325
325
* Use the [Markdown Syntax](http://daringfireball.net/projects/markdown/syntax) to write your SIP.
326
326
* 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