From d9f927bcd97891fa5d4d2dd05ee41d88f24521f7 Mon Sep 17 00:00:00 2001 From: muawiakh Date: Tue, 30 Jan 2018 14:21:52 +0100 Subject: [PATCH] Update minor typos and directory references --- CONTRIBUTING.md | 2 +- proposals/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: