Skip to content

Commit

Permalink
Update contributing guide file (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
richlander authored Dec 4, 2018
1 parent 3700f8d commit 5310843
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Documentation/developer-guide.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

Expand Down

0 comments on commit 5310843

Please sign in to comment.