diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 4399f488a2e..51a0bfc15d7 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing -See [Contributing Guide](../Documentation/contributing-guide.md) for information about: +See [Contributing Guide](../Documentation/contributing.md) for information about: * Which kind of PRs we accept/reject for .NET Core 3.0 release * Coding style diff --git a/Documentation/contributing-guide.md b/Documentation/contributing.md similarity index 100% rename from Documentation/contributing-guide.md rename to Documentation/contributing.md diff --git a/Documentation/developer-guide.md b/Documentation/developer-guide.md index 2f3b54a257c..3c6240bbf58 100644 --- a/Documentation/developer-guide.md +++ b/Documentation/developer-guide.md @@ -1,6 +1,6 @@ # Developer Guide -The following document describes the setup and workflow that is recommended for working on the WPF project. It assumes that you have read the [contributing doc](contributing-guide.md). +The following document describes the setup and workflow that is recommended for working on the WPF project. It assumes that you have read the [contributing guide](contributing.md). The [Issue Guide](issue-guide.md) describes our approach to using GitHub issues. diff --git a/README.md b/README.md index 7f18a03c1af..ec2ce655cf2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Consult the [WPF Roadmap](roadmap.md) to learn about project priorities, status * [.NET Core 3.0 SDK Preview 1](https://www.microsoft.com/net/download) * [Getting started instructions](Documentation/getting-started.md) -* [Contributing guide](Documentation/contributing-guide.md) +* [Contributing guide](Documentation/contributing.md) ## Status @@ -41,7 +41,7 @@ The Visual Studio WPF designer is not yet available. In short, we need to move t Some of the best ways to contribute are to try things out, file bugs, join in design conversations, and fix issues. -* This repo defines [contributing guidelines](Documentation/contributing-guide.md) and also follows the more general[.NET Core contributing guide](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/contributing.md). +* This repo defines [contributing guidelines](Documentation/contributing.md) and also follows the more general[.NET Core contributing guide](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/contributing.md). * If you have a question or have found a bug, [file an issue](https://github.com/dotnet/wpf/issues/new). * Use [daily builds](Documentation/getting-started.md#installation) if you want to contribute and stay up to date with the team.