summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRichard Lander <rlander@microsoft.com>2015-02-12 06:59:03 -0800
committerRichard Lander <rlander@microsoft.com>2015-02-12 06:59:03 -0800
commit44e4805e4f0ccdccb8b87a24cc256c523b799504 (patch)
tree405b8e09ec71dd043680782375ecc39fb6e33acf /README.md
parentbf8f0074a067e6acc7a51b4350ea72293f48d4ac (diff)
downloadcoreclr-44e4805e4f0ccdccb8b87a24cc256c523b799504.tar.gz
coreclr-44e4805e4f0ccdccb8b87a24cc256c523b799504.tar.bz2
coreclr-44e4805e4f0ccdccb8b87a24cc256c523b799504.zip
Make gittr link more visible
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index ee8217b057..67ef399bfc 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,10 @@ The coreclr repo contains the complete runtime implementation (called "CoreCLR")
The [.NET Core Libraries][corefx] repo contains the base class libraries, which provides data types and base functionality (ex: String, Collections, HttpClient) on top of CoreCLR. The two repos together make up .NET Core. The [.NET Core is Open Source][.NET Core oss] and [Introducing .NET Core][Introducing .NET Core] blog posts describes our .NET Core OSS strategy and road map in more detail.
+Want to chat with other members of the CoreCLR community?
+
+[![Join the chat at https://gitter.im/dotnet/coreclr](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dotnet/coreclr?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+
## Learn about CoreCLR
Historically, new devs to the CLR team would be encouraged to read the "Book of the Runtime" (BotR) before making substative changes to the product. We have released the meaningful BotR chapters and other documents, for the same goal with new contributors.
@@ -40,10 +44,6 @@ gist or starting a thread in the [.NET Foundation forums]. For broader topics, p
[.NET Foundation forums]: http://forums.dotnetfoundation.org/
-Want to chat with other members of the CoreCLR community?
-
-[![Join the chat at https://gitter.im/dotnet/coreclr](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dotnet/coreclr?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-
## CoreCLR Build Artifacts
The build for this repo will produce the following artifacts: