From: Günther Foidl Date: Wed, 27 Nov 2019 11:32:21 +0000 (+0100) Subject: Updated broken links in ./README.md (#277) X-Git-Tag: submit/tizen/20210909.063632~10875 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92a160d267eaefdd8531378e8fc782f80ddc285f;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Updated broken links in ./README.md (#277) * Updated broken links in ./README.md * Fixed wrong name of README.md * PR feedback --- diff --git a/README.md b/README.md index 9b9015a..7953f0c 100644 --- a/README.md +++ b/README.md @@ -22,16 +22,7 @@ Official Starting Page: https://dotnet.microsoft.com/ We welcome contributions! Many people all over the world have helped make this project better. -* If you have a question or idea, [file a new issue](https://github.com/dotnet/runtime/issues/new). - - * Is your feedback for .NET Framework? This repo is for .NET Core. If you are having issues with the "full" .NET Framework (also called "Desktop"), the best way to file a bug is the [Report a Problem](https://aka.ms/vs-rap) tool, which is integrated with the [VS Developer Community Portal](https://developercommunity.visualstudio.com/); or through [Product Support](https://support.microsoft.com/en-us/contactus?ws=support) if you have a contract. - -* If you want to contribute a fix or improvement, you'll want to check out these links - - * Requirements to build this repo ([Linux](docs/building/linux-requirements.md), [macOS](docs/building/macos-requirements.md), [Windows](docs/building/windows-requirements.md)) - * What kind of contributions you might want to make [in the runtime](docs/coreclr/project-docs/contributing.md) and [in the libraries](docs/libraries/project-docs/contributing.md) - * [How you can make a change happen!](docs/coreclr/project-docs/contributing-workflow.md) - * How to build and test your change [in the runtime](docs/coreclr/project-docs/developer-guide.md) and [in the libraries](docs/libraries/project-docs/developer-guide.md) +For further information see [Contributing](CONTRIBUTING.md). ## Reporting security issues and security bugs @@ -893,4 +884,4 @@ General .NET OSS discussions: [.NET Foundation forums](https://forums.dotnetfoun ## License -.NET (including the runtime repo) is licensed under the [MIT](LICENSE) license. +.NET (including the runtime repo) is licensed under the [MIT](LICENSE.TXT) license. diff --git a/docs/workflow/building/coreclr/REAMDE.md b/docs/workflow/building/coreclr/README.md similarity index 100% rename from docs/workflow/building/coreclr/REAMDE.md rename to docs/workflow/building/coreclr/README.md