Skip to content

Commit 188eba6

Browse files
authored
Correct several occurances of the old repo (#1031)
This PR aims to correct several occurances of the old repo link in proposals.md I have not corrected all of them as i do not wish to say that i know the correct way we should word things in these situations. The primary changes are replacing all mentions of contributing.rst with the updated link that will work. I also changed the line about related MSCs or Doc issues to be Spec issues since i think this is a clear enough case for me to be willing to guess what is appropriate.
1 parent b9500a7 commit 188eba6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/proposals.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Specification, please take note of the following guidelines.
1010
Most changes to the Specification require a formal proposal. Bug fixes,
1111
typos, and clarifications to existing behaviour do not need proposals -
1212
see the [contributing
13-
guide](https://github.com/matrix-org/matrix-doc/blob/main/CONTRIBUTING.rst)
13+
guide](https://github.com/matrix-org/matrix-spec/blob/main/CONTRIBUTING.rst)
1414
for more information on what does and does not need a proposal.
1515

1616
The proposal process involves some technical writing, having it reviewed
@@ -76,7 +76,7 @@ values in their proposed changes to the Matrix protocol:
7676
- Proof rather than conjecture
7777

7878
Please [see
79-
MSC1779](https://github.com/matrix-org/matrix-doc/blob/main/proposals/1779-open-governance.md)
79+
MSC1779](https://github.com/matrix-org/matrix-spec-proposals/blob/main/proposals/1779-open-governance.md)
8080
for full details of the project's Guiding Principles.
8181

8282
## Technical notes
@@ -180,7 +180,7 @@ is as follows:
180180
intention is to iterate as quickly as possible to get to a good
181181
design.
182182
- However, a [template with suggested
183-
headers](https://github.com/matrix-org/matrix-doc/blob/main/proposals/0000-proposal-template.md)
183+
headers](https://github.com/matrix-org/matrix-spec-proposals/blob/main/proposals/0000-proposal-template.md)
184184
is available to get you started if necessary.
185185
- Take care in creating your proposal. Specify your intended
186186
changes, and give reasoning to back them up. Changes without
@@ -194,12 +194,12 @@ is as follows:
194194
`1234` is the MSC ID.
195195
- Your PR description must include a link to the rendered Markdown
196196
document and a summary of the proposal.
197-
- It is often very helpful to link any related MSCs or [matrix-doc
198-
issues](https://github.com/matrix-org/matrix-doc/issues) to give
197+
- It is often very helpful to link any related MSCs or [matrix-spec
198+
issues](https://github.com/matrix-org/matrix-spec/issues) to give
199199
context for the proposal.
200200
- Additionally, please be sure to sign off your proposal PR as per
201201
the guidelines listed on
202-
[CONTRIBUTING.rst](https://github.com/matrix-org/matrix-doc/blob/main/CONTRIBUTING.rst).
202+
[CONTRIBUTING.rst](https://github.com/matrix-org/matrix-spec/blob/main/CONTRIBUTING.rst).
203203
- Gather feedback as widely as possible.
204204
- The aim is to get maximum consensus towards an optimal solution.
205205
Sometimes trade-offs are required to meet this goal. Decisions
@@ -265,7 +265,7 @@ is as follows:
265265
doesn't assume old information that wasn't merged into the spec.
266266
- Similar to the proposal PR, please sign off the spec PR as per
267267
the guidelines on
268-
[CONTRIBUTING.rst](https://github.com/matrix-org/matrix-doc/blob/main/CONTRIBUTING.rst).
268+
[CONTRIBUTING.rst](https://github.com/matrix-org/matrix-spec/blob/main/CONTRIBUTING.rst).
269269
- Your PR will then be reviewed and hopefully merged on the grounds it
270270
is implemented sufficiently. If so, then give yourself a pat on the
271271
back knowing you've contributed to the Matrix protocol for the

0 commit comments

Comments
 (0)