From 7572ed73acbeb5a6c39ef0bf12e89e881aaae2a3 Mon Sep 17 00:00:00 2001 From: Fedor Isakov Date: Tue, 4 Sep 2018 14:46:33 +0200 Subject: [PATCH] Fix path to Travis-CI project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee42f553..e795061e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ An experimental feature of [JetBrains MPS](https://jetbrains.com/mps). Code rule ## Status -[![Build Status](https://travis-ci.org/jetbrains/mps-coderules.svg?branch=master)](https://travis-ci.org/jetbrains/mps-coderules) +[![Build Status](https://travis-ci.org/JetBrains/mps-coderules.svg?branch=master)](https://travis-ci.org/JetBrains/mps-coderules) The status of this project is **pre-release**. Don’t rely on any of the language features or the API to be stable. The purpose of this project is to show the new technology and collect early feedback.