Skip to content

Commit 19aabc5

Browse files
davorgbook
authored andcommitted
Make some links relative (so <base> hack works)
1 parent f55ce9b commit 19aabc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Hence we need a process that
2121
We'd like to record proposals to improve the language and their status as "Request For Comment" documents in their own repository under the Perl organisation on GitHub.
2222

2323

24-
We have a [template](template.md) for what an completed implemented PPC should end up as, but if all you have is an idea - don't worry, we'll help you get there. We're still figuring this process out, so for now we're doing it as mail messages sent to p5p, not as "pull requests" to the PPC repository (or "issues" on the source repository). This way we can see if the process works as hoped, and fix the parts that don't.
24+
We have a [template](./template.md) for what an completed implemented PPC should end up as, but if all you have is an idea - don't worry, we'll help you get there. We're still figuring this process out, so for now we're doing it as mail messages sent to p5p, not as "pull requests" to the PPC repository (or "issues" on the source repository). This way we can see if the process works as hoped, and fix the parts that don't.
2525

2626

2727
## What makes a good idea?
@@ -46,7 +46,7 @@ Not every good idea belongs in the Perl core. Some are better implemented on CPA
4646

4747
## The Process
4848

49-
![a flowchart of the process described below](/images/flowchart.png)
49+
![a flowchart of the process described below](./images/flowchart.png)
5050

5151

5252
### Pre-PPC
@@ -63,7 +63,7 @@ During this phase, you (the proposer) are responsible for moving things forward.
6363

6464
### Draft Proposal
6565

66-
The PSC has agreed that you should write a formal draft proposal. You get the [template document](template.md) and fill it out. You take its advice, thinking hard about what goes in each section. Then you post it to p5p as an email with the subject "PROPOSAL: my great idea". Members of the list will reply with more questions and suggested amendments. You should read them and amend the proposal to clarify your ideas or react to valid criticism.
66+
The PSC has agreed that you should write a formal draft proposal. You get the [template document](./template.md) and fill it out. You take its advice, thinking hard about what goes in each section. Then you post it to p5p as an email with the subject "PROPOSAL: my great idea". Members of the list will reply with more questions and suggested amendments. You should read them and amend the proposal to clarify your ideas or react to valid criticism.
6767

6868
During this phase, you (the proposer) are responsible for moving things
6969
forward.

0 commit comments

Comments
 (0)