Merge pull request #6017 from foresterre/correct-documentation-links

Fix broken links from #5928 in the documentation.
This commit is contained in:
Livar 2017-03-14 20:35:03 -07:00 committed by GitHub
commit 9d805694a3
2 changed files with 4 additions and 4 deletions

View file

@ -6,4 +6,4 @@ See [Contributing](https://github.com/dotnet/corefx/blob/master/Documentation/pr
Developers Developers
========== ==========
See the [Developer Guide](Documentation/developer-guide.md) for details about developing in this repo. See the [Developer Guide](Documentation/project-docs/developer-guide.md) for details about developing in this repo.

View file

@ -3,8 +3,8 @@ Documents Index
## Overview and general information ## Overview and general information
- [Intro to .NET Core CLI](intro-to-cli.md) - [Intro to .NET Core CLI](general/intro-to-cli.md)
- [CLI UX Guidelines](cli-ux-guidelines.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) - [.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) - [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/) - [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 ## Working with the CLI repo
- [Developer Guide](project-docs/developer-guide.md) - [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 ## Troubleshooting and issues reporting