Skip to content

Commit 5073ea0

Browse files
authored
Merge pull request #1557 from Atry/patch-7
Update mentioned paths
2 parents f9797a5 + 4f9b8da commit 5073ea0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_sips/sip-tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This tutorial details of how to write a new SIP and adding it to the website.
1010
The process to submit is simple:
1111

1212
* Fork the [Scala documentation repository](https://github.com/scala/docs.scala-lang) and clone it.
13-
* Create a new SIP file in the `sips/pending/_posts/`. Use the [SIP template](https://github.com/scala/docs.scala-lang/blob/master/_sips/sip-template.md)
13+
* Create a new SIP file in the `_sips/sips`. Use the [SIP template](https://github.com/scala/docs.scala-lang/blob/master/_sips/sip-template.md)
1414
* Make sure the new file follows the format: `YYYY-MM-dd-{title}.md`. Use the proposal date for `YYYY-MM-dd`.
1515
* Use the [Markdown Syntax](https://daringfireball.net/projects/markdown/syntax) to write your SIP.
1616
* Follow the instructions in the [README](https://github.com/scala/docs.scala-lang/blob/master/README.md) to build your SIP locally so you can ensure that it looks correct on the website.
@@ -21,7 +21,7 @@ The process to submit is simple:
2121

2222
## SIP Post Format ##
2323

24-
First, create a new SIP file in the `pending/_posts` directory. Make sure the new file follows the format: `YYYY-MM-dd-{title}.md`. Where:
24+
First, create a new SIP file in the `_sips/sips` directory. Make sure the new file follows the format: `YYYY-MM-dd-{title}.md`. Where:
2525
* `YYYY` is the current year when the proposal originated.
2626
* `MM` is the current month (`01` = January, `12` = December) when the proposal originated.
2727
* `dd` is the day of the month when the proposal originated.
@@ -32,7 +32,7 @@ First, create a new SIP file in the `pending/_posts` directory. Make sure the ne
3232
Use the [Markdown Syntax](https://daringfireball.net/projects/markdown/syntax) to write your SIP.
3333

3434
If you would like a starting point, clone the [SIP Template](./sip-template.html) in
35-
`sips/pending/sip-template.md` and use that.
35+
`_sips/sip-template.md` and use that.
3636

3737
See the [source](https://github.com/scala/docs.scala-lang/blob/master/_sips/sip-template.md) for this document (`sip-tutorial.md`) for how to do syntax highlighting.
3838

0 commit comments

Comments
 (0)