Skip to content

Commit a2ce974

Browse files
authored
Merge pull request #366 from guillaumemichel/patch-1
fix: typo and broken links in IPIP_PROCESS.md
2 parents 63ca633 + 49223ed commit a2ce974

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

IPIP_PROCESS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ in the decision making process
2121

2222
## Process design
2323

24-
We adopted an formal change management process for the [ipfs/specs][1] repository, providing a
24+
We adopted a formal change management process for the [ipfs/specs][1] repository, providing a
2525
minimal structure for opening, reviewing, and merging specification changes.
2626

2727
[1]: https://github.com/ipfs/specs/
@@ -58,10 +58,10 @@ Changes to IPFS specifications can be proposed by opening a Git pull-request
5858
(PR) against the `ipfs/specs` repository.
5959

6060
In addition to specification changes, such PR must include a short **IPIP
61-
document** based on the template in [`ipfs/specs/IPIP/0000-template.md`](./0000-template.md).
61+
document** based on the template in [`ipfs/specs/IPIP/0000-template.md`](./IPIP/0000-template.md).
6262

6363
When a new specification file is added to the repo, it should be based on
64-
the template at [`ipfs/specs/template.md`](../template.md).
64+
the template at [`ipfs/specs/template.md`](./template.md).
6565

6666
When naming a new proposal, don't try to introduce an IPIP number; we will do that only for
6767
IPIPs that are approved before accepting into `main` branch.

0 commit comments

Comments
 (0)