diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c151df7..1f180d29 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ To prevent that situation, we ask that all pull requests should resolve, address When you submit a pull request, please mention the issue (or issues) that it resolves, e.g. "Resolves #123". -**Note:** For feature request(s) or new feature(s), please consult our [feature contribution guidelines](./docs/specs/README.md). +**Note:** For feature request(s) or new feature(s), please consult our [feature contribution guidelines](./proposals/README.md). **Exception(s):** - Hotfixes and minor changes don't require a pre-existing issue, but please write a thorough pull request description. diff --git a/proposals/README.md b/proposals/README.md index 73fbe9ee..e4a833e9 100644 --- a/proposals/README.md +++ b/proposals/README.md @@ -48,7 +48,7 @@ marked with `Spec` label. **Note:** Feature(s) cannot be backported. Hence, only commit your proposal to the latest release. -[How do I write a design specification document?](examples/example-feature-x-spec.rst) +[How do I write a design specification document?](examples/example-feature-x-spec.md) ## Almost there Once, you have submitted the design specification document: