From 804f39e03444e1ced0cd8c548edce04cb484b458 Mon Sep 17 00:00:00 2001 From: foresterre Date: Sun, 12 Mar 2017 19:46:28 +0100 Subject: [PATCH] Fix broken links from #5928 in the documentation. --- CONTRIBUTING.md | 2 +- Documentation/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 47cd25353..9271b689e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,4 +6,4 @@ See [Contributing](https://github.com/dotnet/corefx/blob/master/Documentation/pr Developers ========== -See the [Developer Guide](Documentation/developer-guide.md) for details about developing in this repo. \ No newline at end of file +See the [Developer Guide](Documentation/project-docs/developer-guide.md) for details about developing in this repo. \ No newline at end of file diff --git a/Documentation/README.md b/Documentation/README.md index 3a88a00f6..94edbb417 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -3,8 +3,8 @@ Documents Index ## Overview and general information -- [Intro to .NET Core CLI](intro-to-cli.md) -- [CLI UX Guidelines](cli-ux-guidelines.md) +- [Intro to .NET Core CLI](general/intro-to-cli.md) +- [CLI UX Guidelines](general/cli-ux-guidelines.md) - [.NET Core native pre-requisities document](https://github.com/dotnet/core/blob/master/Documentation/prereqs.md) - [Roadmap and OS support](https://github.com/dotnet/core/blob/master/roadmap.md) - [Comprehensive CLI documentation](https://docs.microsoft.com/en-us/dotnet/articles/core/preview3/tools/) @@ -12,7 +12,7 @@ Documents Index ## Working with the CLI repo - [Developer Guide](project-docs/developer-guide.md) -- [How to file issues](project-docs/issue-filing.guide.md) +- [How to file issues](project-docs/issue-filing-guide.md) ## Troubleshooting and issues reporting